only watch build dir

This commit is contained in:
Zutatensuppe 2021-10-10 12:09:50 +02:00
parent bf4897bf83
commit 68a267bd70

View file

@ -1,4 +1,4 @@
#!/bin/sh
# 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