refactor(build): share Monaco public asset copy helper

This commit is contained in:
Shantur Rathore
2026-02-10 10:49:05 +00:00
parent ee9da95044
commit 0d96a9f9ff
6 changed files with 191 additions and 164 deletions

View File

@@ -0,0 +1,7 @@
export type CopyMonacoPublicAssetsParams = {
uiRendererRoot: string
warn?: (message: string) => void
sourceRoots?: string[]
}
export function copyMonacoPublicAssets(params: CopyMonacoPublicAssetsParams): void