fix incorrect default client host

This commit is contained in:
Matthieu Jolimaitre 2024-04-10 11:01:31 +02:00
parent 64dbc20f4a
commit fbcd3f77e9
2 changed files with 3 additions and 2 deletions

View file

@ -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 $@"