3 lines
126 B
Bash
3 lines
126 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
nodemon --delay 1s -e go,html,yaml --ignore web/app/ --signal SIGTERM --exec 'go run ./cmd/ncDocConverth || exit 1'
|