Files
silverbullet-icalendar/deno.jsonc
2022-10-15 20:14:55 +02:00

8 lines
205 B
JSON

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