We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5709cfa commit a7f17a2Copy full SHA for a7f17a2
examples/demo-app/playwright.config.ts
@@ -63,7 +63,7 @@ export default defineConfig({
63
{
64
// Step 2: Start auth-server-api (reads fresh contracts.json)
65
// Run directly with node to ensure PORT env var is passed correctly
66
- command: "cd packages/auth-server-api && PORT=3004 node --experimental-wasm-modules --import tsx src/index.ts",
+ command: "cd ../../packages/auth-server-api && PORT=3004 node --experimental-wasm-modules --import tsx src/index.ts",
67
url: "http://localhost:3004/api/health",
68
reuseExistingServer: !process.env.CI,
69
stdout: "pipe",
0 commit comments