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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user