Skip to content

Commit

Permalink
chore: fix browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 26, 2024
1 parent b5a9660 commit fc37647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
format: ["esm"],
dts: true,
env: {
["process.env.GLOBAL_SCRIPT"]: JSON.stringify(
["GLOBAL_SCRIPT"]: JSON.stringify(
readFileSync("dist/index.global.js", "utf-8"),
),
},
Expand Down

0 comments on commit fc37647

Please sign in to comment.