新增配置配件

This commit is contained in:
2025-06-10 10:04:55 +08:00
parent 534e1ba153
commit eef41c1fa4
3 changed files with 20 additions and 15 deletions
+3 -1
View File
@@ -5,10 +5,12 @@
"type": "module",
"scripts": {
"build": "remix vite:build",
"build:test": "NODE_ENV=testing remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "node -r dotenv/config ./node_modules/.bin/remix-serve ./build/server/index.js",
"start:pm2": "pm2 start ecosystem.config.cjs",
"start:pm2": "npm run build && pm2 start ecosystem.config.cjs",
"start:pm2:test": "npm run build:test && pm2 start ecosystem.config.cjs --env testing",
"typecheck": "tsc"
},
"dependencies": {