chore: update code structure and remove redundant changes

This commit is contained in:
sHa
2025-06-18 00:30:47 +03:00
parent ca97046961
commit d87e79f44d
10 changed files with 6437 additions and 1959 deletions

View File

@@ -42,6 +42,9 @@ run:
@echo "Running command in container: $(CMD)"
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) $(CMD)
exec:
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) $(CMD)
update-data:
@echo "Scanning logos directory and updating logos.json for development..."
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm run update-data
@@ -83,4 +86,3 @@ generate-svg-variants:
pwa-cache-list:
@echo "Generating PWA cache list..."
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm run pwa-cache-list