Fix add-user command

This commit is contained in:
2026-02-08 08:04:59 -05:00
parent 554f0e0044
commit 98f1f554c1

View File

@@ -5,5 +5,5 @@ set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$DIR/../.."
cd "$ROOT/backend"
cd "$ROOT/backend/diachron"
"$DIR"/../cmd.d/tsx mgmt/add-user.ts "$@"