Skip to content

Commit 00a2012

Browse files
committed
feature: cloudcmd: html: importsmap: add
1 parent 5e657e9 commit 00a2012

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

html/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,15 @@
4242
<script>
4343
CloudCmd({{ config }});
4444
</script>
45+
<script data-name="aleman-importmap" type="importmap">
46+
{
47+
"imports": {
48+
"putout": "https://esm.sh/@putout/[email protected]",
49+
"@putout/processor-html": "https://esm.sh/@putout/processor-html",
50+
"fullstore": "https://esm.sh/fullstore",
51+
"jessy": "https://esm.sh/jessy"
52+
}
53+
}
54+
</script>
4555
</body>
4656
</html>

0 commit comments

Comments
 (0)