fix(settings, yjs, ux, ci): default settings, y-leveldb restart resilience, dashboard one-click open, delete error handling, Playwright CI

This commit is contained in:
2026-07-27 03:15:30 +02:00
parent 7f8695456c
commit 126277ab94
13 changed files with 129 additions and 45 deletions
+2 -2
View File
@@ -14,13 +14,13 @@ export default defineConfig({
},
webServer: [
{
command: 'cd /tmp/web-cad-clone/backend && npm run dev',
command: 'cd ../backend && npm run dev:ci',
url: 'http://localhost:3001/api/health',
reuseExistingServer: true,
timeout: 120000,
},
{
command: 'cd /tmp/web-cad-clone/frontend && npm run dev -- --port 5173',
command: 'npm run dev -- --port 5173',
url: 'http://localhost:5173',
reuseExistingServer: true,
timeout: 120000,