puzzle/scripts/server

5 lines
124 B
Text
Raw Normal View History

2020-11-07 11:35:29 +01:00
#!/bin/sh
2021-05-22 01:51:44 +02:00
# server for built files
2021-10-10 12:09:50 +02:00
nodemon --watch build --max-old-space-size=64 -e js build/server/main.js -c config.json