mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -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": {
|
||||
"/": "./src"
|
||||
"/": "./src/"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue