Skip to content

Commit

Permalink
rename tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
szabinakov committed Feb 8, 2024
1 parent 23eea3d commit a83df79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export default defineConfig({
entry: ['src/index.tsx'],
format: 'esm',
dts: true,
external: ['nextra'],
external: ['@charisma-ai/nextra'],
outExtension: () => ({ js: '.js' })
})

0 comments on commit a83df79

Please sign in to comment.