ncDocConverter/scripts/run.sh

3 lines
126 B
Bash
Raw Permalink Normal View History

2022-09-22 13:22:58 +00:00
#!/bin/sh
2023-01-02 10:06:13 +00:00
nodemon --delay 1s -e go,html,yaml --ignore web/app/ --signal SIGTERM --exec 'go run ./cmd/ncDocConverth || exit 1'