Add import map

This commit is contained in:
Zef Hemel
2024-07-23 21:07:53 +02:00
parent d27b2cc583
commit db6841dd1c

View File

@@ -1,8 +1,8 @@
{ {
"importMap": "import_map.json", "importMap": "import_map.json",
"tasks": { "tasks": {
"build": "silverbullet plug:compile hello.plug.yaml", "build": "silverbullet plug:compile --importmap import_map.json hello.plug.yaml",
"watch": "silverbullet plug:compile hello.plug.yaml -w" "watch": "silverbullet plug:compile --importmap import_map.json hello.plug.yaml -w"
}, },
"lint": { "lint": {
"rules": { "rules": {