feat(setup): Add oxlint, dprint, vite, playwright configs

This commit is contained in:
Ilia Mashkov
2025-12-30 11:05:13 +03:00
parent cd7c4ef9a3
commit 6d70c1ed0e
21 changed files with 898 additions and 15136 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 },
testDir: 'e2e'
webServer: { command: 'npm run build && npm run preview', port: 4173 },
testDir: 'e2e',
});