Files
silverbullet-icalendar/deno.jsonc
Zef Hemel 211e9f892c Update deno.jsonc
Switch to `silverbullet plug:compile`
2022-10-29 16:49:46 +02:00

8 lines
229 B
JSON

{
"importMap": "import_map.json",
"tasks": {
"build": "silverbullet plug:compile --importmap import_map.json hello.plug.yaml",
"watch": "silverbullet plug:compile -w --importmap import_map.json hello.plug.yaml"
}
}