refactor: snapshots flat response

This commit is contained in:
Nicolas Meienberger
2025-11-03 21:54:31 +01:00
parent acc5f44565
commit f2643436b0
5 changed files with 19 additions and 17 deletions

View File

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