feat: complete leave approval MVP
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
adb reverse tcp:8080 tcp:8080
|
||||
adb reverse tcp:8081 tcp:8081
|
||||
adb reverse tcp:9000 tcp:9000
|
||||
|
||||
echo "Android emulator reverse ports configured for AIOA API, Keycloak, and MinIO."
|
||||
Reference in New Issue
Block a user