fix: Refactor Makefile and update Svelte dependency version

This commit is contained in:
sHa
2025-04-28 02:29:29 +03:00
parent eb3e0421f8
commit d04075154e
4 changed files with 8 additions and 140 deletions

View File

@@ -13,7 +13,7 @@ all: build start
# Development mode with hot reloading
dev:
docker compose -f compose.dev.yml up --build
$(DOCKER_COMPOSE) -f compose.dev.yml up --build
# Build the Docker container
build: