mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: switch from go to bun
This commit is contained in:
14
openapi-ts.config.ts
Normal file
14
openapi-ts.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defaultPlugins, defineConfig } from "@hey-api/openapi-ts";
|
||||
|
||||
export default defineConfig({
|
||||
input: "http://localhost:3000/api/v1/openapi.json",
|
||||
output: {
|
||||
path: "./apps/client/app/api-client",
|
||||
format: "biome",
|
||||
},
|
||||
plugins: [
|
||||
...defaultPlugins,
|
||||
"@tanstack/react-query",
|
||||
"@hey-api/client-fetch",
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user