Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
samdenty committed Oct 7, 2024
1 parent c192386 commit 375364b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/utils/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export async function newShellProcess(webcontainer: WebContainer, terminal: ITer
cols: terminal.cols ?? 80,
rows: terminal.rows ?? 15,
},
env: { npm_config_yes: true },
});

const input = process.input.getWriter();
Expand Down

0 comments on commit 375364b

Please sign in to comment.