Fix schema.json being auto deleted and remove formating and linting of generated openapi client

This commit is contained in:
2025-03-09 16:30:21 +01:00
parent 05edf33062
commit 106dc32a3d
4 changed files with 5 additions and 6 deletions

View File

@ -6,9 +6,7 @@ import { defineConfig } from "@hey-api/openapi-ts";
export default defineConfig({
input: resolve(__dirname, "./staticfiles/generated/openapi/schema.json"),
output: {
lint: "biome",
format: "biome",
path: resolve(__dirname, "./staticfiles/generated/openapi"),
path: resolve(__dirname, "./staticfiles/generated/openapi/client"),
},
plugins: [
{