|
I'm using Orval 8.15.0 with In export * from "./dns/dns";But should be: export * from "./dns/dns.js";My Orval config: input: "./openapi.yaml",
output: {
workspace: "./api/",
target: "index.ts",
namingConvention: "kebab-case",
formatter: "biome",
clean: true,
client: "fetch",
mode: "tags-split",
headers: true,
override: {
mutator: {
path: "../custom-fetch.ts",
name: "customFetch",
},
},
}, |
Answered by
aqeelat
Jun 16, 2026
Replies: 1 comment 10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ahmafi can you test against latest main?