Initial commit

This commit is contained in:
titver968
2025-02-25 15:30:55 +01:00
parent c2cd5a1069
commit ea1a39d1cb
21 changed files with 5392 additions and 0 deletions

View File

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