From db6841dd1c55c85c6f00bfef806611428f22a32e Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Tue, 23 Jul 2024 21:07:53 +0200 Subject: [PATCH] Add import map --- deno.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.jsonc b/deno.jsonc index f49f823..7451999 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,8 +1,8 @@ { "importMap": "import_map.json", "tasks": { - "build": "silverbullet plug:compile hello.plug.yaml", - "watch": "silverbullet plug:compile hello.plug.yaml -w" + "build": "silverbullet plug:compile --importmap import_map.json hello.plug.yaml", + "watch": "silverbullet plug:compile --importmap import_map.json hello.plug.yaml -w" }, "lint": { "rules": {