Skip to content

Commit

Permalink
feat(deno-server): use output node_modules for start task (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Aug 23, 2024
1 parent 3594a18 commit f2ea9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets/deno/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const denoServer = defineNitroPreset(
const denoJSON = {
tasks: {
start:
"deno run --unstable --allow-net --allow-read --allow-write --allow-env ./server/index.mjs",
"deno run --allow-net --allow-read --allow-write --allow-env --unstable-byonm ./server/index.mjs",
},
};
await writeFile(
Expand Down

0 comments on commit f2ea9f2

Please sign in to comment.