feat: added monaco as editor

This commit is contained in:
2026-04-27 20:09:09 +02:00
parent 3923144976
commit 22f625ced0
130 changed files with 71774 additions and 202 deletions

View File

@@ -18,7 +18,7 @@ defmodule BDS.Desktop.Endpoint do
plug Plug.Static,
at: "/assets",
from: {:bds, "priv/ui"},
only: ["app.css", "live.js"]
only: ["app.css", "live.js", "monaco"]
plug Plug.Static,
at: "/vendor/phoenix",