Compare commits

..

1 Commits

Author SHA1 Message Date
2e7f32636c fix: use relative import for bannerlord_trace (#1552)
Some checks failed
CI / test (pull_request) Failing after 1m2s
CI / validate (pull_request) Failing after 1m2s
Review Approval Gate / verify-review (pull_request) Successful in 8s
2026-04-15 03:48:47 +00:00
2 changed files with 3 additions and 5 deletions

View File

@@ -1,9 +1,7 @@
#!/usr/bin/env bash
# deploy.sh — spin up (or update) the Nexus staging environment
# Usage: ./deploy.sh — rebuild and restart nexus-main (host port 8765)
# ./deploy.sh staging — rebuild and restart nexus-staging (host port 8766)
#
# Both containers internally serve on 8765; docker-compose.yml maps host ports.
# Usage: ./deploy.sh — rebuild and restart nexus-main (port 8765)
# ./deploy.sh staging — rebuild and restart nexus-staging (port 8766)
set -euo pipefail
SERVICE="${1:-nexus-main}"

View File

@@ -29,7 +29,7 @@ from typing import Any, Callable, Optional
import websockets
from bannerlord_trace import BannerlordTraceLogger
from .bannerlord_trace import BannerlordTraceLogger
# ═══════════════════════════════════════════════════════════════════════════
# CONFIGURATION