新增配置配件
This commit is contained in:
+3
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user