Game.svelte html input changes

+ makefile mini fix
This commit is contained in:
LuckyLaszlo
2023-01-13 17:31:41 +01:00
parent 16e4e09b36
commit c9f71d4efb
3 changed files with 37 additions and 22 deletions

View File

@@ -1,5 +1,7 @@
DOCKERCOMPOSEPATH=./srcs/docker-compose.yml
all : up
#dev allow hot reload.
up:
@bash ./make_env.sh
@@ -11,8 +13,6 @@ start:
docker compose -f ${DOCKERCOMPOSEPATH} start
docker logs --follow nestjs
all : up
re: down up
down: