1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

docs: fix import maps code without --allow-net (#5528)

This commit is contained in:
thomasy 2020-05-17 18:29:56 +08:00 committed by GitHub
parent 6ffb8ee2c3
commit c4f356bda5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,5 +38,5 @@ for await (const req of serve(":8000")) {
```
```shell
$ deno run --importmap=import_map.json --unstable hello_server.ts
$ deno run --allow-net --importmap=import_map.json --unstable hello_server.ts
```