4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# server for built files
|
|
nodemon --max-old-space-size=64 build/server/main.js -c config.json
|