diff --git a/lib/bds/desktop/endpoint.ex b/lib/bds/desktop/endpoint.ex index 2091c50..0aded4d 100644 --- a/lib/bds/desktop/endpoint.ex +++ b/lib/bds/desktop/endpoint.ex @@ -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", diff --git a/lib/bds/desktop/shell_live/code_entity_editor_html/script_editor.html.heex b/lib/bds/desktop/shell_live/code_entity_editor_html/script_editor.html.heex index 55ec159..fd449e9 100644 --- a/lib/bds/desktop/shell_live/code_entity_editor_html/script_editor.html.heex +++ b/lib/bds/desktop/shell_live/code_entity_editor_html/script_editor.html.heex @@ -24,7 +24,18 @@