Stabilize TS workbench QA and RPC timeouts

This commit is contained in:
elpresidank 2026-06-01 17:23:34 -05:00
parent 3515106670
commit 952daf325d
9 changed files with 183 additions and 156 deletions

View file

@ -7,7 +7,7 @@
"lint": "bunx --bun turbo lint",
"test": "bunx --bun turbo test",
"check:tsgo": "tsgo -b tsconfig.json",
"workbench:qa": "bun --cwd packages/workbench run qa:browser",
"workbench:qa": "bun run --cwd packages/workbench qa:browser",
"prepare": "effect-tsgo patch",
"clean": "turbo clean",
"gateway": "bun scripts/run-gateway.ts",