feat: reorder properties in various interfaces for improved consistency and readability
This commit is contained in:
@@ -3,7 +3,8 @@ import { defineConfig } from "orval";
|
||||
export default defineConfig({
|
||||
api: {
|
||||
input: {
|
||||
target: "http://127.0.0.1:8000/openapi.json",
|
||||
target:
|
||||
process.env.ORVAL_INPUT ?? "http://127.0.0.1:8000/openapi.json",
|
||||
},
|
||||
output: {
|
||||
mode: "tags-split",
|
||||
|
||||
Reference in New Issue
Block a user