mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
updated manual to indicate needed --unstable for --importmap (#5117)
This commit is contained in:
parent
abbf0339cd
commit
2b02535028
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ for await (const req of serve(":8000")) {
|
|||
```
|
||||
|
||||
```shell
|
||||
$ deno run --importmap=import_map.json hello_server.ts
|
||||
$ deno run --importmap=import_map.json --unstable hello_server.ts
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue