feat: load backend config from yaml

This commit is contained in:
2026-07-18 21:01:34 +08:00
parent 250b71951e
commit 62bd3d0455
5 changed files with 183 additions and 32 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@ node_modules/
dist/
target/
**/src-tauri/gen/
backend/etc/agent.local.yaml
.env
data/
coverage/