mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 23:59:19 +03:00
14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "ui:dev",
|
|
"type": "shell",
|
|
"isBackground": true,
|
|
"command": "pnpm",
|
|
"args": [
|
|
"dev"
|
|
],
|
|
},
|
|
]
|
|
} |