mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-13 15:22:12 +02:00
refactor(ts): make port effect native
This commit is contained in:
parent
2868ced2d3
commit
b6759e75df
113 changed files with 4140 additions and 4554 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue