Skip to content

Commit

Permalink
fix: deactivate code splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomarom committed Oct 17, 2024
1 parent c81a661 commit c318e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig((options) => {
target: "es2022",
platform: "node",
format: ["esm"],
splitting: true,
splitting: false,
shims: false,
minify: false,
sourcemap: true,
Expand Down

0 comments on commit c318e60

Please sign in to comment.