chore: debug -> build-and-run-server, 修改 Docketfile 启动命令以自动构建前端
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -5,7 +5,7 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "deno task debug",
|
||||
"command": "deno task build-and-run-server",
|
||||
"name": "Run debug",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
|
||||
Reference in New Issue
Block a user