Skip to content

Commit a7f17a2

Browse files
committed
fix: correct auth-server-api path in demo-app playwright config
1 parent 5709cfa commit a7f17a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo-app/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default defineConfig({
6363
{
6464
// Step 2: Start auth-server-api (reads fresh contracts.json)
6565
// 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",
66+
command: "cd ../../packages/auth-server-api && PORT=3004 node --experimental-wasm-modules --import tsx src/index.ts",
6767
url: "http://localhost:3004/api/health",
6868
reuseExistingServer: !process.env.CI,
6969
stdout: "pipe",

0 commit comments

Comments
 (0)