refactor(ts): make port effect native

This commit is contained in:
elpresidank 2026-06-06 10:33:10 -05:00
parent 2868ced2d3
commit b6759e75df
113 changed files with 4140 additions and 4554 deletions

View file

@ -18,7 +18,7 @@ export default defineConfig({
video: "retain-on-failure",
},
webServer: {
command: `bun run dev -- --host 127.0.0.1 --port ${port} --strictPort`,
command: `WORKBENCH_QA=1 bun run dev -- --host 127.0.0.1 --port ${port} --strictPort`,
cwd: ".",
url: baseURL,
reuseExistingServer: false,