1
0
Fork 0
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:
Seanmclem 2020-05-09 07:09:57 -04:00 committed by GitHub
parent abbf0339cd
commit 2b02535028
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 hello_server.ts
$ deno run --importmap=import_map.json --unstable hello_server.ts
```