mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* More fixes for dap * More changes * More changes 2 * More fixes * Fix debugger.ts * Bun Terminal
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Build",
|
|
"type": "shell",
|
|
"command": "bun run build",
|
|
"problemMatcher": "$esbuild"
|
|
}
|
|
]
|
|
}
|