Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Nov 26, 2023
1 parent 1af31a4 commit 5bea871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kits/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export function createVeniceClient(opts: VeniceClientOptions): VeniceClient {
return {...client, oas}
}

// codegen:start {preset: barrel, include: "./{*.{ts,tsx},*/index.{ts,tsx}}", exclude: "./**/*.{spec,test,fixture,d}.{ts,tsx}"}
// codegen:start {preset: barrel, include: "./{*.{ts,tsx},*/index.{ts,tsx}}", exclude: "./**/*.{spec,test,fixture,d,bootstrap}.{ts,tsx}"}
export * from './createSdk'
// codegen:end

0 comments on commit 5bea871

Please sign in to comment.