forked from GitHubMirrors/silverbullet-icalendar
8 lines
229 B
JSON
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"
|
|
}
|
|
}
|