diff --git a/app/lib/webcontainer/index.ts b/app/lib/webcontainer/index.ts index e35b6323..cd46d3d5 100644 --- a/app/lib/webcontainer/index.ts +++ b/app/lib/webcontainer/index.ts @@ -24,6 +24,7 @@ if (!import.meta.env.SSR) { Promise.resolve() .then(() => { return WebContainer.boot({ + coep: 'credentialless', workdirName: WORK_DIR_NAME, forwardPreviewErrors: true, // Enable error forwarding from iframes });