mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-21 04:45:12 +00:00
git-subtree-dir: packages/browseros-agent git-subtree-mainline:8f148d0918git-subtree-split:90bd4be300
19 lines
488 B
JSON
19 lines
488 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "bun",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"request": "launch",
|
|
"name": "Debug BrowserOS Server",
|
|
"program": "src/index.ts",
|
|
"cwd": "${workspaceFolder}/apps/server",
|
|
"stopOnEntry": false,
|
|
"watchMode": false,
|
|
"env": {
|
|
"BUN_ENV_FILE": ".env.development"
|
|
}
|
|
}
|
|
]
|
|
}
|