5 lines
112 B
Bash
Executable file
5 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
cd "$(dirname "$(realpath "$0")")"
|
|
|
|
nodemon -w ../common -w . -e ts -x "clear && ./main.ts $@"
|