mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
afc23fb2e0
This was using the lockfile and esm.sh changed breaking the lockfile. We could pin to a specific esm.sh version, but ideally we shouldn't have the test suite dependent on remote servers.
5 lines
64 B
JSON
5 lines
64 B
JSON
{
|
|
"imports": {
|
|
"myentry/": "http://localhost:4545/"
|
|
}
|
|
}
|