adjust dir structures
Some checks failed
docker-release / build-and-push (push) Failing after 9m59s

This commit is contained in:
2025-11-14 15:02:33 +08:00
parent 960cf59a1d
commit 83bb6623e8
10 changed files with 344 additions and 9 deletions

View File

@@ -10,4 +10,4 @@ if [[ ! -f "${CONFIG}" ]]; then
fi
echo "Starting any-hub with ${CONFIG}"
exec go run ./cmd/any-hub --config "${CONFIG}"
exec go run . --config "${CONFIG}"