build for prod

This commit is contained in:
fred 2025-08-05 22:53:11 +00:00
parent 93e298a9f1
commit e9eea69545
9 changed files with 25 additions and 138 deletions

View file

@ -5,13 +5,14 @@
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 80",
"production": "vite --host 0.0.0.0 --port 80",
"demo": "vite --host 0.0.0.0 --port 80",
"production": "tsc -b && vite build && vite --host 0.0.0.0 --port 80",
"demo": "tsc -b && vite build && vite --host 0.0.0.0 --port 80",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^24.2.0",
"autoprefixer": "^10.4.21",
"react": "^19.1.0",
"react-dom": "^19.1.0",