Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit075778a

Browse files
authored
usenpm instead of deprecatedturbo (#607)
1 parent9b19caf commit075778a

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
@@ -131,7 +131,7 @@ export async function create(base, error, progress, logs, warnings) {
131131
awaitrun_dev();
132132

133133
asyncfunctionrun_dev(){
134-
constprocess=awaitvm.spawn('turbo',['run','dev']);
134+
constprocess=awaitvm.spawn('npm',['run','dev']);
135135

136136
// TODO differentiate between stdout and stderr (sets `vite_error` to `true`)
137137
// https://github.com/stackblitz/webcontainer-core/issues/971

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp