Skip to content

Commit 8d48215

Browse files
committed
remove unnecessary headers
1 parent 7367502 commit 8d48215

File tree

1 file changed

+1
-1
lines changed
  • src/lib/client/adapters/webcontainer

1 file changed

+1
-1
lines changed

src/lib/client/adapters/webcontainer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function create(stubs) {
3939
console.log('installation succeeded');
4040

4141
await vm.run(
42-
{ command: 'turbo', args: ['run', 'dev', '--port', '3005', '--host'] },
42+
{ command: 'turbo', args: ['run', 'dev'] },
4343
{
4444
stdout: (data) => console.log(data),
4545
stderr: (data) => console.error(data)

0 commit comments

Comments
 (0)