feat: hey-api and projects fetch
This commit is contained in:
11
openapi-ts.config.ts
Normal file
11
openapi-ts.config.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { defineConfig } from "@hey-api/openapi-ts";
|
||||
|
||||
export default defineConfig({
|
||||
input: "http://localhost:8000/openapi.json",
|
||||
output: "src/client",
|
||||
plugins: [
|
||||
"@hey-api/client-axios",
|
||||
"@hey-api/client-next",
|
||||
"@tanstack/react-query",
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user