We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5787d8b commit 5aebc73Copy full SHA for 5aebc73
2 files changed
deno.json
@@ -1,3 +1,7 @@
1
{
2
- "importMap": "./import_map.json"
+ "imports": {
3
+ "preact": "https://esm.sh/preact@10.15.1",
4
+ "preact/": "https://esm.sh/preact@10.15.1/",
5
+ "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0"
6
+ }
7
}
import_map.json
0 commit comments