furality-stream-recorder/.vscode/tasks.json
Lillith Rose (Device: Lucia) fdeba8fd41
Some checks are pending
Build Docker Image / docker (push) Waiting to run
Test / test (push) Waiting to run
Initial Commit
2025-06-08 14:33:19 -04:00

15 lines
237 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "pnpm build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}