forked from GitHubMirrors/silverbullet-icalendar
Add import map
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user