5 lines
100 B
Bash
Executable file
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
|