File tree Expand file tree Collapse file tree 5 files changed +1
-28
lines changed
Expand file tree Collapse file tree 5 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 88 "build" : " react-router build" ,
99 "dev" : " node ./server.js" ,
1010 "start" : " cross-env NODE_ENV=production node ./server.js" ,
11- "typegen:watch" : " react-router typegen --watch" ,
1211 "typecheck" : " react-router typegen && tsc"
1312 },
1413 "dependencies" : {
Original file line number Diff line number Diff line change 88 "build" : " react-router build" ,
99 "dev" : " react-router dev" ,
1010 "preview" : " vite preview" ,
11- "typegen:watch" : " react-router typegen --watch" ,
1211 "typecheck" : " react-router typegen && tsc"
1312 },
1413 "dependencies" : {
Original file line number Diff line number Diff line change 88 "build" : " react-router build" ,
99 "dev" : " react-router dev" ,
1010 "start" : " react-router-serve ./build/server/index.js" ,
11- "typegen:watch" : " react-router typegen --watch" ,
1211 "typecheck" : " react-router typegen && tsc"
1312 },
1413 "dependencies" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 "dev" : " react-router dev" ,
77 "build" : " react-router build" ,
88 "start" : " react-router-serve ./build/server/index.js" ,
9- "typecheck" : " react-router typegen && tsc" ,
10- "typegen:watch" : " react-router typegen --watch"
9+ "typecheck" : " react-router typegen && tsc"
1110 },
1211 "dependencies" : {
1312 "@react-router/node" : " 7.0.0-pre.5" ,
You can’t perform that action at this time.
0 commit comments