refactor: moved client to lib/client
This commit is contained in:
@ -2,7 +2,7 @@ import { defineConfig } from "@hey-api/openapi-ts";
|
||||
|
||||
export default defineConfig({
|
||||
input: "http://localhost:8000/openapi.json",
|
||||
output: "src/client",
|
||||
output: "src/lib/client",
|
||||
|
||||
plugins: [
|
||||
"@hey-api/client-axios",
|
||||
|
||||
Reference in New Issue
Block a user