mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-15 18:13:40 +03:00
16 lines
364 B
JSON
16 lines
364 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Stop Service",
|
|
"type": "shell",
|
|
"command":"systemctl --user stop plugin_loader",
|
|
},
|
|
{
|
|
"label": "Build frontend",
|
|
"type": "shell",
|
|
"command":"cd ${workspaceFolder}/frontend; npm run build",
|
|
}
|
|
]
|
|
}
|