Skip to content

Commit 40c2628

Browse files
committed
Fix ts in embed
1 parent 5a9c937 commit 40c2628

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/app/config/build.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ const staticAssets = [
4242
: 'standalone-packages/codesandbox-browserfs/dist',
4343
to: 'static/browserfs4',
4444
},
45+
// For Monaco
46+
{
47+
from: isDev
48+
? 'standalone-packages/codesandbox-browserfs/build'
49+
: 'standalone-packages/codesandbox-browserfs/dist',
50+
to: 'static/browserfs3',
51+
},
4552
];
4653

4754
module.exports = {

0 commit comments

Comments
 (0)