We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0581b commit cd4ee18Copy full SHA for cd4ee18
tests/api/vitest.config.ts
@@ -16,7 +16,7 @@ export default defineConfig({
16
// Environment variable for API base URL
17
env: {
18
// Keep the default aligned with docs and client config so runs succeed
19
- API_BASE_URL: process.env.API_BASE_URL || 'http://localhost:3001',
+ API_BASE_URL: process.env.API_BASE_URL || 'http://localhost:3333',
20
},
21
22
});
0 commit comments