refactor(frontend): extract types, API, helpers, and preview from +page.svelte

This commit is contained in:
2026-06-01 19:12:21 +03:00
parent b561389175
commit c1bceae5e4
8 changed files with 264 additions and 174 deletions

View File

@@ -5,6 +5,11 @@ import { sveltekit } from '@sveltejs/kit/vite';
export default defineConfig({
plugins: [tailwindcss(), sveltekit()],
server: {
proxy: {
'/api': 'http://localhost:3000'
}
},
test: {
expect: { requireAssertions: true },
projects: [