fix: BUG-080/082 (20 unused frontend components deleted), BUG-083 (useTenant.ts deleted), BUG-011 (playwright baseURL), BUG-069 (unused python modules deleted), BUG-065 (already has eager loading), BUG-026 (already fixed 422), BUG-023 (no sync I/O found)
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-22 07:37:11 +02:00
parent 40cc99af5c
commit db4701bae7
30 changed files with 5 additions and 5076 deletions
+4 -2
View File
@@ -19,7 +19,7 @@ export default defineConfig({
},
use: {
baseURL: process.env.BASE_URL ?? 'http://localhost:5173',
baseURL: process.env.BASE_URL ?? 'https://crm.media-on.de',
trace: 'on-first-retry',
screenshot: 'only-on-failure',
video: 'retain-on-failure',
@@ -35,11 +35,13 @@ export default defineConfig({
],
webServer: process.env.CI
? undefined
: process.env.BASE_URL
? undefined
: {
command: 'npm run dev',
url: 'http://localhost:5173',
reuseExistingServer: !process.env.CI,
reuseExistingServer: true,
timeout: 60_000,
},
});