Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Sep 29, 2024
1 parent 15bbe8d commit 6adbc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/build.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineBuildConfig } from 'unbuild';

export default defineBuildConfig({
entries: ['./index.ts', './cli.ts', './worker.ts', './entry.ts', './proxy.ts'],
entries: ['./index.ts', './cli.ts', './worker.ts', './entry.ts'],
declaration: true,
rollup: {
emitCJS: true,
Expand Down

0 comments on commit 6adbc31

Please sign in to comment.