fix: form reset and default values

This commit is contained in:
Nicolas Meienberger
2025-09-28 18:14:48 +02:00
parent 202759d9de
commit 110ebfd160
13 changed files with 133 additions and 102 deletions

View File

@@ -1,7 +1,7 @@
import { defaultPlugins, defineConfig } from "@hey-api/openapi-ts";
export default defineConfig({
input: "http://192.168.2.42:3000/api/v1/openapi.json",
input: "http://192.168.2.42:4096/api/v1/openapi.json",
output: {
path: "./apps/client/app/api-client",
format: "biome",