It works-ish

This commit is contained in:
2026-01-24 17:02:42 -06:00
parent e219b5db4d
commit a9bf8317f4
29 changed files with 8431 additions and 130 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run build && npm run preview',
port: 4173
},
testDir: 'e2e'
});