add readme and change some scripts
This commit is contained in:
parent
239c879649
commit
6474c2fd8c
15 changed files with 265 additions and 231 deletions
|
|
@ -1,11 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# TODO: add switch via param
|
||||
|
||||
# server for built files
|
||||
cd "$RUN_DIR/build/server"
|
||||
|
||||
nodemon --max-old-space-size=64 main.js -c ../../config.json
|
||||
|
||||
# dev server
|
||||
# npm run ts-node src/server/main.ts -- -c config.json
|
||||
nodemon --max-old-space-size=64 build/server/main.js -c config.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue