Fix Monaco For Web Compile

This commit is contained in:
thororen1234 2025-02-23 11:41:11 -05:00
parent aa20f1514f
commit 605af265ff
No known key found for this signature in database

View file

@ -77,7 +77,7 @@ const buildConfigs = [
minify: true,
format: "iife",
outbase: "node_modules/monaco-editor/esm/",
outdir: "dist/browser/monaco"
outdir: "dist/browser/vendor/monaco"
},
{
entryPoints: ["browser/monaco.ts"],