mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Fix schema.json being auto deleted and remove formating and linting of generated openapi client
This commit is contained in:
@ -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: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user