生产环境修正
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user