visiting-frontend/bin/run-web.bat
2024-12-30 09:20:17 +08:00

12 lines
101 B
Batchfile

@echo off
echo.
echo [信息] 使用 Vite 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
yarn dev
pause