1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-12 19:51:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

修了一些Bug,修改了一下nginx的相关路由配置

This commit is contained in:
2022-03-13 22:59:43 +08:00
parent e9d6107438
commit da4aaa0c91
11 changed files with 125 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node app",
"dev": "nodemon app",
"dev": "nodemon",
"prod": "set NODE_ENV=production & pm2 start app.js --name bookshelfplus-frontend",
"clean": "node cleanup.js"
},