Skip to content

Commit

Permalink
feat: worker inherit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Dec 9, 2023
1 parent c3c112d commit 808aee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reactive_home/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ for await (const path of walk(flags.root)) {
new URL(join(Deno.cwd(), path.path), import.meta.url).href,
{
type: "module",
deno: {
permissions: "inherit",
},
}
);

Expand Down

0 comments on commit 808aee9

Please sign in to comment.