Compare commits

..

3 commits

Author SHA1 Message Date
cc3b6f20bd Add CI/CD
Some checks are pending
continuous-integration/drone/push Build is running
2025-10-19 14:13:14 +07:00
8da3878104 Add an auto-cleanup worker 2025-10-19 14:13:14 +07:00
2037a59cdc Update dependency @hey-api/openapi-ts to v0.85.2 2025-10-19 14:13:14 +07:00

View file

@ -6,7 +6,7 @@ export default defineConfig({
plugins: [
{
name: "@hey-api/client-fetch",
runtimeConfigPath: "./src/lib/hey-api.ts",
runtimeConfigPath: "$lib/hey-api.ts",
},
],
});