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