build: move from nodejs to bun

This commit is contained in:
2025-10-04 12:03:24 +03:00
parent da1b71fc89
commit 4d8bbedf38
4 changed files with 383 additions and 2456 deletions

View File

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