diff options
Diffstat (limited to 'packages/bun-vscode/example/package.json')
-rw-r--r-- | packages/bun-vscode/example/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/bun-vscode/example/package.json b/packages/bun-vscode/example/package.json index 91055b5f5..eed10159d 100644 --- a/packages/bun-vscode/example/package.json +++ b/packages/bun-vscode/example/package.json @@ -8,8 +8,10 @@ "mime-db": "^1.52.0" }, "scripts": { - "run": "hello.js", - "start": "bun hello.js" + "run": "node hello.js", + "start": "hello.js", + "start:bun": "bun hello.js", + "start:bun:quotes": "bun run hello.js" }, "trustedDependencies": [ "mime" |