File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
],
23
23
"scripts" : {
24
24
"dev" : " concurrently \" cd client && npm run dev\" \" cd server && npm run dev\" " ,
25
- "dev:windows" : " concurrently \" cd client && npm run dev\" \" cd server && tsx watch --clear-screen=false src/index.ts < NUL \" " ,
25
+ "dev:windows" : " concurrently \" cd client && npm run dev\" \" cd server && npm run dev:windows " ,
26
26
"build-server" : " cd server && npm run build" ,
27
27
"build-client" : " cd client && npm run build" ,
28
28
"build" : " npm run build-server && npm run build-client" ,
Original file line number Diff line number Diff line change 16
16
"scripts" : {
17
17
"build" : " tsc" ,
18
18
"start" : " node build/index.js" ,
19
- "dev" : " tsx watch --clear-screen=false src/index.ts"
19
+ "dev" : " tsx watch --clear-screen=false src/index.ts" ,
20
+ "dev:windows" : " tsx watch --clear-screen=false src/index.ts < NUL"
20
21
},
21
22
"devDependencies" : {
22
23
"@types/cors" : " ^2.8.17" ,
You can’t perform that action at this time.
0 commit comments