가상매매 시간봉 제거
This commit is contained in:
@@ -166,6 +166,13 @@ build_apk_locally() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo -e "${CYAN}[빌드] google-services.json → android/app${NC}"
|
||||
"$ROOT/scripts/ensure-android-google-services.sh"
|
||||
|
||||
if [[ ! -f "$ROOT/app/.env" ]] || ! grep -q 'VITE_API_BASE_URL=http' "$ROOT/app/.env" 2>/dev/null; then
|
||||
echo -e "${YELLOW}⚠ app/.env 에 VITE_API_BASE_URL=http://exdev.co.kr/api 확인 (HTTPS 아님)${NC}"
|
||||
fi
|
||||
|
||||
echo -e "${CYAN}[빌드] npm run cap:sync${NC}"
|
||||
npm run cap:sync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user