diff --git a/web/openapi-ts.config.ts b/web/openapi-ts.config.ts index dfe34de..b1719e9 100644 --- a/web/openapi-ts.config.ts +++ b/web/openapi-ts.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ plugins: [ { name: "@hey-api/client-fetch", - runtimeConfigPath: "$lib/hey-api.ts", + runtimeConfigPath: "./src/lib/hey-api.ts", }, ], });