feat: remove cache, refactor

This commit is contained in:
2025-08-08 22:25:00 +03:00
parent 4114c3366e
commit 7404ecb33e
7 changed files with 474 additions and 395 deletions

View File

@@ -29,4 +29,7 @@ link:
dev:
$(MAKE) link && \
cd spa && npm run dev
cd spa && npm run dev
lint:
docker compose exec -w /module/oc_telegram_shop/upload/oc_telegram_shop web bash -c "./vendor/bin/phpstan analyse src framework"