Skip to content

Commit

Permalink
nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Feb 3, 2024
1 parent 4cf0016 commit 5fc470c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ process.on("exit", () => {
);
fs.writeFileSync(
path.join(basePath, "functions", "__nitro.func", "index.mjs"),
`global = {};${code}`
`var global = {};${code}`
);
});

0 comments on commit 5fc470c

Please sign in to comment.