5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd "$RUN_DIR/server"
|
|
|
|
nodemon --max-old-space-size=64 index.js -e js
|