Fused Frontend and Bakcend
This commit is contained in:
parent
55e0a21f79
commit
b7f953e93d
11 changed files with 245 additions and 135 deletions
|
@ -19,7 +19,7 @@
|
|||
"build:react": "vite build",
|
||||
"start": "node dist/app.js",
|
||||
"start:dev": "nodemon dist/app.js",
|
||||
"start:dev:replit": "npm run start:react:replit & (sleep 10 && npm run start:dev)",
|
||||
"start:dev:replit": "npm run start:react:replit & (sleep 30 && npm run start:dev)",
|
||||
"start:react": "vite preview",
|
||||
"start:react:replit": "vite --host",
|
||||
"test": "node tests/index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue