Compare commits

..

3 commits

Author SHA1 Message Date
afe3b81304 Add CI/CD
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-19 14:01:59 +07:00
ac57440c2e Add an auto-cleanup worker 2025-10-19 14:01:59 +07:00
99988a7fd2 Update dependency @hey-api/openapi-ts to v0.85.2 2025-10-19 14:01:59 +07:00

View file

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