misc improvements

This commit is contained in:
luk.lu
2022-08-17 17:08:09 +08:00
parent 390f44b65b
commit e5c3d49be4
2 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,6 @@
"serve.pm2": "npx cross-env NODE_ENV=production npx pm2 start server.js"
},
"dependencies": {
"wo-base-envar": "git+https://git.faronear.org/npm/wo-base-envar",
"body-parser": "^1.18.2",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",
@@ -23,7 +22,9 @@
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"serve-favicon": "^2.5.0",
"vhost": "^3.0.2"
"vhost": "^3.0.2",
"wo-base-envar": "git+https://git.faronear.org/npm/wo-base-envar",
"wo-core-toolkit": "git+https://git.faronear.org/npm/wo-core-toolkit"
},
"devDependencies": {
"cross-env": "^7.0.2",