Use edge compiler URL
Some checks failed
Build SilverBullet Plug / build (push) Failing after 28s

This commit is contained in:
2026-02-16 07:43:22 -08:00
parent 17ba5aa701
commit af12466721

View File

@@ -1,8 +1,8 @@
{
"tasks": {
"build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml",
"watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml -w",
"debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml --debug"
"build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml",
"watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml -w",
"debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml --debug"
},
"lint": {
"rules": {