[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(demo): set require-corp

Nate Moore (Jan 29, 2026, 9:49 PM EST) 37600c16 8410f37c

+1 -1
+1 -1
src/components/WebContainer/WebContainer.astro
··· 18 18 const sleep = (ms: number) => new Promise(resolve => setTimeout(resolve, ms)); 19 19 let host: WebContainer; 20 20 21 - host = await WebContainer.boot({ workdirName: 'demo' }); 21 + host = await WebContainer.boot({ coep: 'require-corp', workdirName: 'demo' }); 22 22 const snapshotResponse = await fetch(`/docs/snapshot`); 23 23 const snapshot = await snapshotResponse.arrayBuffer(); 24 24 await host.mount(snapshot, { mountPoint: "/" });