gitbutler/.vscode/tasks.json
2023-12-05 17:53:54 +01:00

14 lines
221 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "ui:dev",
"type": "shell",
"isBackground": true,
"command": "pnpm",
"args": [
"dev"
],
},
]
}