File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ Easily use this template to quick start a production ready nodejs project templa
66
77``` shell
88# do this to start server
9- cp ./src/a.json ./src/.app.json
10- export APP_CONFIG=./src/.app.json
9+ cp ./src/a.json ./src/app.json
1110npm install
1211npm run serve
1312
Original file line number Diff line number Diff line change 3232 "bumpPatchVersion" : " npm --no-git-tag-version version patch" ,
3333 "bumpPatchVersionWithGitTag" : " npm version patch" ,
3434 "release" : " npm run bumpPatchVersionWithGitTag" ,
35- "serve" : " node src/index.js" ,
36- "serve:dev" : " nodemon src/index.js"
35+ "serve" : " APP_CONFIG=./src/app.json node src/index.js" ,
36+ "serve:dev" : " APP_CONFIG=./src/app.json nodemon src/index.js"
3737 },
3838 "files" : [
3939 " src"
You can’t perform that action at this time.
0 commit comments