puzzle/scripts/server
2021-10-10 12:09:50 +02:00

4 lines
124 B
Bash
Executable file

#!/bin/sh
# server for built files
nodemon --watch build --max-old-space-size=64 -e js build/server/main.js -c config.json