refactor: align frontend with FSD architecture
Some checks failed
CI/CD Pipeline / Quality Gate (push) Failing after 2m37s
CI/CD Pipeline / Build and Deploy Dev via Compose (push) Has been skipped

This commit is contained in:
Gleb Korotkiy
2026-06-22 12:33:23 +03:00
parent 3adad7dbbf
commit 67ec34d619
95 changed files with 7802 additions and 5053 deletions

View File

@@ -56,6 +56,7 @@ export default defineConfig(({ mode }) => {
},
},
test: {
css: false,
environment: 'jsdom',
include: ['src/**/*.spec.ts'],
},