Skip to content

Commit

Permalink
Ensure platform:browser. (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Oct 3, 2024
1 parent 8a9fbf5 commit 8308b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
outDir: "../octoprint_octorelay/static/js",
format: "cjs",
outExtension: () => ({ js: ".js" }),
platform: "browser",
splitting: false,
sourcemap: false,
clean: true,
Expand Down

0 comments on commit 8308b79

Please sign in to comment.