Skip to content

Commit

Permalink
Specified the need for allow-read when serving static files
Browse files Browse the repository at this point in the history
  • Loading branch information
olaven committed Apr 17, 2020
1 parent 30e9e20 commit a608f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ app(

### Host static files

- Requires `--allow-read`, e.g. `deno run --allow-read --allow-net app.ts`
- Files in `./public` directory will be served static.

### Close server
Expand Down

0 comments on commit a608f57

Please sign in to comment.