Skip to content

Commit

Permalink
Use --allow-all for dev server (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored Oct 9, 2020
1 parent b78baac commit 9fa588a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,7 @@ export async function startDevServer({
}

args.push(
'--allow-env',
'--allow-net',
'--allow-read',
'--allow-write',
'--allow-all',
join(__dirname, 'dev-server.ts')
);

Expand Down

1 comment on commit 9fa588a

@vercel
Copy link

@vercel vercel bot commented on 9fa588a Oct 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.