File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed
Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 66 "main" : " ./src/app.ts" ,
77 "module" : " ./src/app.ts" ,
88 "scripts" : {
9- "dev " : " node --watch --no-warnings=ExperimentalWarning --loader ts-node/esm ./src/app.ts " ,
10- "dev:css " : " npx @tailwindcss/cli -i ./src/client/styles/main.css -o ./dist/client/styles/output.css --watch " ,
9+ "css " : " npx @tailwindcss/cli -i ./src/client/styles/main.css -o ./dist/client/styles/output.css --watch " ,
10+ "dev" : " node --watch --no-warnings=ExperimentalWarning --loader ts-node/esm ./src/app.ts | npm run css " ,
1111 "build:css" : " npx @tailwindcss/cli -i ./src/client/styles/main.css -o ./dist/client/styles/output.css --minify" ,
1212 "build" : " npm run build:css && tsc" ,
1313 "start" : " node ./dist/app.js"
Original file line number Diff line number Diff line change 44 <meta charset =" UTF-8" >
55 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
66 <title ><%= typeof title !== ' undefined' ? title : ' CloudBox Dashboard' %> </title >
7- <script src = " https://cdn.tailwindcss.com " ></ script >
7+ <link rel = " stylesheet " href = " /styles/output.css " >
88 <style >
99 @import url (' https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap' );
1010 body { font-family : ' Inter' , sans-serif ; }
11- .bg-sidebar { background-color : #F8FAFC ; }
1211 </style >
1312</head >
1413<body class =" bg-white text-slate-700" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments