fix: structure

This commit is contained in:
chinhwajie
2024-10-25 17:04:02 +08:00
parent 1d65ea2f4a
commit 7490b4566c
6 changed files with 342 additions and 22 deletions

4
.vscode/launch.json vendored
View File

@@ -10,7 +10,9 @@
"request": "launch",
"mode": "auto",
"program": "cmd/bitsrun/main.go",
"args": ["--config=./config.yaml"]
"args": [
"--config=${cwd}/config.yaml"
]
}
]
}