This commit is contained in:
2025-11-27 18:14:25 +01:00
parent 1348c37675
commit f552649357
52 changed files with 1465 additions and 8765 deletions

View File

@@ -29,6 +29,11 @@ export default defineConfig({
},
// Longer timeout for integration tests
testTimeout: 30000,
server: {
deps: {
inline: ['jsdom', 'parse5'],
},
},
},
});