d3/server/watch.sh
2024-04-09 02:05:02 +02:00

5 lines
109 B
Bash
Executable file

#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
nodemon -w ../common -w . -e ts -x 'clear && ./main.ts'