refactor: move spa to frontend folder

This commit is contained in:
2025-10-27 12:32:38 +03:00
parent 617b5491a1
commit 5681ac592a
77 changed files with 13 additions and 2 deletions

2
.gitignore vendored
View File

@@ -24,7 +24,7 @@ dist-ssr
*.sw? *.sw?
src/* src/*
spa/node_modules frontend/spa/node_modules
module/oc_telegram_shop/upload/oc_telegram_shop/vendor module/oc_telegram_shop/upload/oc_telegram_shop/vendor
module/oc_telegram_shop/upload/image module/oc_telegram_shop/upload/image
module/oc_telegram_shop/upload/oc_telegram_shop/.phpunit.cache module/oc_telegram_shop/upload/oc_telegram_shop/.phpunit.cache

View File

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

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,8 @@
{
"hash": "db53d5f1",
"configHash": "861000cb",
"lockfileHash": "e3b0c442",
"browserHash": "84fd2900",
"optimized": {},
"chunks": {}
}

View File

@@ -0,0 +1,3 @@
{
"type": "module"
}