fix: workover of the monaco update

This commit is contained in:
2026-07-02 14:14:31 +02:00
parent ef6c970654
commit c07ba9a4d8
27 changed files with 69078 additions and 245377 deletions

View File

@@ -17,7 +17,7 @@ defmodule BDS.Desktop.Endpoint do
plug(Plug.Static,
at: "/assets",
from: {:bds, "priv/static/assets"},
only: ["app.css", "app.js", "monaco.css", "monaco.js"]
only: ["app.css", "app.js", "monaco.css", "monaco.js", "monaco"]
)
plug(BDS.Desktop.Router)