chore(setup): migrate from SvelteKit to Svelte

This commit is contained in:
Ilia Mashkov
2025-12-30 18:57:58 +03:00
parent def01a2cad
commit f3315be32d
16 changed files with 79 additions and 187 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: { command: 'npm run build && npm run preview', port: 4173 },
webServer: { command: 'yarn build && yarn preview', port: 4173 },
testDir: 'e2e',
});