server restart only on js file changes
This commit is contained in:
parent
e803945d23
commit
7b1f270587
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# server for built files
|
||||
nodemon --max-old-space-size=64 build/server/main.js -c config.json
|
||||
nodemon --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