Skip to content

Commit

Permalink
fix (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex authored Mar 7, 2024
1 parent cece103 commit 00f7a5e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export const useFiles = (code: string, extraFiles?: Record<string, string>) =>
'src/styles.css': `body { margin: 0; overflow: hidden; }`,
'src/index.js': code,
'index.html': indexHTML,
'sandbox.config.json': `{
"infiniteLoopProtection": false
}`,
'package.json': {
code: JSON.stringify(
{
Expand Down

0 comments on commit 00f7a5e

Please sign in to comment.