feat: Add start script for production deployment
This commit is contained in:
parent
f24fd7cb96
commit
8eaaf26512
1 changed files with 3 additions and 1 deletions
|
@ -6,12 +6,14 @@
|
|||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"start": "serve -s dist",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "6.22.3"
|
||||
"react-router-dom": "6.22.3",
|
||||
"serve": "^14.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.14.0",
|
||||
|
|
Loading…
Reference in a new issue