Files
NBATransfer/NBATransfer-frontend/启动前端.bat
2025-12-14 15:40:49 +08:00

21 lines
413 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
chcp 65001 >nul
title Nano Banana API - 启动前端服务
cd /d "%~dp0NBATransfer-frontend"
echo.
echo ============================================
echo 🍌 Nano Banana API - 前端服务
echo ============================================
echo.
echo 启动前端开发服务器...
echo.
echo 📍 访问地址http://localhost:5173
echo.
echo 按 Ctrl+C 停止服务
echo.
call npm run dev
pause