Simplify publish process

This commit is contained in:
JFH
2025-12-07 17:29:10 +01:00
parent 28fe82b61e
commit 370ba56ff0
15 changed files with 397 additions and 195 deletions

View File

@@ -15,6 +15,6 @@ export default defineConfig({
command: 'npm run start:e2e',
url: 'http://localhost:8000/index.html',
reuseExistingServer: !process.env.CI,
timeout: 60000
timeout: 180 * 1000
}
})