chore: move swagger docs to spec

This commit is contained in:
Acbox
2026-02-11 15:29:26 +08:00
parent 1f30e666e0
commit a4199f0575
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { defineConfig } from '@hey-api/openapi-ts';
export default defineConfig({
input: './docs/swagger.json',
input: './spec/swagger.json',
output: 'packages/sdk/src',
plugins: [
'@hey-api/typescript',