Skip to content

Commit

Permalink
Merge pull request #65 from olaven/allow-read-info
Browse files Browse the repository at this point in the history
Specified the need for allow-read when serving static files
  • Loading branch information
syumai authored Apr 18, 2020
2 parents 6b090c2 + a608f57 commit e78f4f7
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 e78f4f7

Please sign in to comment.