aj-mini-api / start_ngrok.bat
tomo14151
Deploy AJ Mini API to Hugging Face Spaces - Created by AJ STUDIOZ
9d79680
raw
history blame contribute delete
303 Bytes
@echo off
REM Start AJ API + ngrok on Windows
setlocal enabledelayedexpansion
REM Get the directory where this script is located
set SCRIPT_DIR=%~dp0
REM Run PowerShell script
powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%SCRIPT_DIR%start_ngrok.ps1' -ProjectPath '%SCRIPT_DIR%'"
pause