Fix scoped packages with bun bun

Former-commit-id: c29ff9ff602aeed4f9b19e4f003a20effcf70c0a
This commit is contained in:
Jarred Sumner
2021-08-25 19:08:11 -07:00
parent 4541606469
commit 029ba1ea44
5 changed files with 27 additions and 12 deletions

10
.vscode/launch.json vendored
View File

@@ -149,7 +149,15 @@
"cwd": "${workspaceFolder}/examples/lotta-modules/",
"console": "internalConsole"
},
{
"type": "lldb",
"request": "launch",
"name": "Build .bun lotta-modules",
"program": "${workspaceFolder}/build/debug/macos-x86_64/bun",
"args": ["bun", "./index.js", "--platform=browser"],
"cwd": "${workspaceFolder}/examples/lotta-modules/",
"console": "internalConsole"
},
{
"type": "lldb",
"request": "launch",