only watch build dir
This commit is contained in:
parent
bf4897bf83
commit
68a267bd70
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# server for built files
|
# server for built files
|
||||||
nodemon --max-old-space-size=64 -e js build/server/main.js -c config.json
|
nodemon --watch build --max-old-space-size=64 -e js build/server/main.js -c config.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue