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:
parent
6ffb8ee2c3
commit
c4f356bda5
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ for await (const req of serve(":8000")) {
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ deno run --importmap=import_map.json --unstable hello_server.ts
|
$ deno run --allow-net --importmap=import_map.json --unstable hello_server.ts
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue