mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
docs(import_maps): Add trailing slash to ./src example (#8524)
Update docs to reflect behavior. If trailing slash is not provided, `deno run` will throw error `Package address targets must end with "/"`.
This commit is contained in:
parent
f60c80e1bd
commit
d2b32a65a7
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ You may map a different directory: (eg. src)
|
||||||
|
|
||||||
{
|
{
|
||||||
"imports": {
|
"imports": {
|
||||||
"/": "./src"
|
"/": "./src/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue