fix incorrect default client host
This commit is contained in:
parent
64dbc20f4a
commit
fbcd3f77e9
2 changed files with 3 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
|||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
nodemon -w ../common -w . -e ts -x 'clear && ./main.ts'
|
||||
nodemon -w ../common -w . -e ts -x "clear && ./main.ts $@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue