Use the deno-based build

This commit is contained in:
Zef Hemel
2022-10-15 20:14:55 +02:00
parent 5f9bde8451
commit cb79d165a5
9 changed files with 26 additions and 11596 deletions

7
import_map.json Normal file
View File

@@ -0,0 +1,7 @@
{
"imports": {
"$sb/": "https://deno.land/x/silverbullet@0.1.2/plug-api/",
"handlebars": "https://esm.sh/handlebars",
"yaml": "https://deno.land/std/encoding/yaml.ts"
}
}