puzzle/scripts/server
2021-05-17 00:27:47 +02:00

5 lines
100 B
Bash
Executable file

#!/bin/sh
cd "$RUN_DIR/build/server"
nodemon --max-old-space-size=64 main.js -c ../../config.json