init
This commit is contained in:
commit
28b026a614
17 changed files with 895 additions and 0 deletions
10
client/watch.sh
Executable file
10
client/watch.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
nodemon -w ../common -w . -e ts -x '
|
||||
while true;
|
||||
do
|
||||
./main.ts;
|
||||
sleep 1s;
|
||||
done'
|
Loading…
Add table
Add a link
Reference in a new issue