Web UI setup
This commit is contained in:
parent
6abb95c625
commit
4cd184779e
19 changed files with 6026 additions and 2 deletions
12
web/openapi-ts.config.ts
Normal file
12
web/openapi-ts.config.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { defineConfig } from "@hey-api/openapi-ts";
|
||||
|
||||
export default defineConfig({
|
||||
input: "../api/openapi.yaml",
|
||||
output: "src/lib/api",
|
||||
plugins: [
|
||||
{
|
||||
name: "@hey-api/client-fetch",
|
||||
runtimeConfigPath: "./src/lib/hey-api.ts",
|
||||
},
|
||||
],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue