mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
8 lines
152 B
Bash
8 lines
152 B
Bash
#!/bin/bash
|
|||
|
|||
set -e
|
|||
|
|||
./build/operator/prebuild.sh "./migrations"
|
|||
|
|||
dlv debug --api-version 2 --headless --listen 127.0.0.1:2345 ./cmd/zitadelctl -- "$@"
|