mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 01:04:22 +01:00
chore(js-sdk): Compatible with nodenext (#1667)
This commit is contained in:
@@ -12,7 +12,10 @@ await $`bun dev generate > ${dir}/openapi.json`.cwd(path.resolve(dir, "../../ope
|
||||
|
||||
await createClient({
|
||||
input: "./openapi.json",
|
||||
output: "./src/gen",
|
||||
output: {
|
||||
path: "./src/gen",
|
||||
tsConfigPath: path.join(dir, 'tsconfig.json')
|
||||
},
|
||||
plugins: [
|
||||
{
|
||||
name: "@hey-api/typescript",
|
||||
|
||||
Reference in New Issue
Block a user