puzzle/scripts/server

6 lines
100 B
Text
Raw Normal View History

2020-11-07 11:35:29 +01:00
#!/bin/sh
2021-05-17 00:27:47 +02:00
cd "$RUN_DIR/build/server"
2020-11-07 11:35:29 +01:00
2021-05-17 00:27:47 +02:00
nodemon --max-old-space-size=64 main.js -c ../../config.json