mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-03-15 20:15:23 +00:00
8 lines
205 B
JSON
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"
|
|
}
|
|
}
|