chore: updated monaco and tools to update monaco

This commit is contained in:
2026-07-02 12:50:03 +02:00
parent e7d5cba01b
commit ef6c970654
139 changed files with 246442 additions and 71612 deletions

View File

@@ -55,6 +55,18 @@ config :esbuild,
--external:/images/*
),
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
],
monaco: [
cd: Path.expand("../assets", __DIR__),
args: ~w(
js/monaco_entry.js
--bundle
--target=es2022
--format=esm
--outfile=../priv/static/assets/monaco.js
--loader:.ttf=dataurl
),
env: %{"NODE_PATH" => Path.expand("../node_modules", __DIR__)}
]
config :bds, :scripting,