mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-01-12 02:21:49 +00:00
20 lines
No EOL
365 B
JSON
20 lines
No EOL
365 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run gql.tada turbo",
|
|
"type": "shell",
|
|
"command": "pnpm run gql:turbo",
|
|
"windows": {
|
|
"command": "pnpm run gql:turbo"
|
|
},
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "new"
|
|
},
|
|
"runOptions": {
|
|
"runOn": "folderOpen"
|
|
}
|
|
}
|
|
]
|
|
} |