docs: update build guideline (#2434)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
fourdim
2023-05-22 20:18:43 +08:00
committed by GitHub
parent fd35d3427e
commit 0a49258ddd
6 changed files with 13 additions and 7 deletions

View File

@@ -6,6 +6,12 @@
"name": "Run Dev",
"request": "launch",
"type": "node-terminal"
},
{
"command": "yarn run dev:local",
"name": "Run Dev Locally",
"request": "launch",
"type": "node-terminal"
}
]
}