chore: move /agent to /apps/agent

This commit is contained in:
Acbox
2026-03-06 17:32:12 +08:00
parent 4109a141f9
commit 47a425baf5
23 changed files with 59 additions and 72 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ bin = "./tmp/memoh-server"
args_bin = ["serve"]
include_ext = ["go", "toml"]
include_dir = ["cmd", "internal", "conf"]
exclude_dir = ["tmp", "vendor", "node_modules", "packages", "agent", "docs", "devenv", "docker", "scripts", "db/migrations"]
exclude_dir = ["tmp", "vendor", "node_modules", "packages", "apps", "docs", "devenv", "docker", "scripts", "db/migrations"]
exclude_regex = ["_test\\.go$"]
delay = 1000
stop_on_error = true