Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 29, 2024
1 parent 5ef907b commit 0fbe44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/browser/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig } from 'tsup';
export default defineConfig({
entry: {
index: 'src/index.ts',
compat: 'src/compat/index.ts'
compat: 'src/compat/index.ts',
},
minify: true,
format: ['esm', 'cjs'],
Expand Down

0 comments on commit 0fbe44c

Please sign in to comment.