后台:上传资源

This commit is contained in:
luying
2021-12-17 19:17:05 +08:00
parent 8c966aaed7
commit 07e12ccf9e
10 changed files with 110 additions and 24 deletions

View File

@@ -21,7 +21,9 @@
"lint": "eslint . --ext .ts",
"clean": "ets clean",
"local": "EGG_SERVER_ENV=local npm run dev",
"prod": "EGG_SERVER_ENV=prod npm run dev"
"prod": "EGG_SERVER_ENV=prod npm run dev",
"deve": "EGG_SERVER_ENV=dev npm run dev",
"dis": "EGG_SERVER_ENV=dis npm run dev"
},
"dependencies": {
"await-stream-ready": "^1.0.1",
@@ -34,6 +36,8 @@
"egg-cors": "^2.2.3",
"egg-http-proxy-middleware": "^1.0.3",
"egg-scripts": "^2.6.0",
"form-data": "^4.0.0",
"formstream": "^1.1.1",
"moment": "^2.29.0",
"pump": "^3.0.0",
"reflect-metadata": "^0.1.13",