Skip to content

Instantly share code, notes, and snippets.

@lynsei
Created May 2, 2025 17:10
Show Gist options
  • Save lynsei/3c1e5a7a0fcdd7a13a1b5521a24cfb08 to your computer and use it in GitHub Desktop.
Save lynsei/3c1e5a7a0fcdd7a13a1b5521a24cfb08 to your computer and use it in GitHub Desktop.
[deno patch modules] #deno #importmaps #patching
{
"imports": {
"example/": "https://deno.land/x/example/"
},
"scopes": {
"https://deno.land/x/example/": {
"https://deno.land/x/[email protected]/mod.ts": "./patched/mod.ts"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment