生产环境修正

This commit is contained in:
2025-10-05 13:34:28 +08:00
parent 47576fdb30
commit b0b748f6d1
47 changed files with 1152 additions and 217 deletions

View File

@@ -4,15 +4,10 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"tsx api/server.ts\"",
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"start": "node start-production.cjs",
"start:bt": "node start-production.cjs",
"pm2:start": "pm2 start ecosystem.config.js",
"pm2:stop": "pm2 stop ecosystem.config.js",
"pm2:restart": "pm2 restart ecosystem.config.js",
"check": "./check.sh"
"start:bt": "node start-production.cjs"
},
"dependencies": {
"16": "^0.0.2",