AttributioClassification/bin/run-web.bat
pengjunchao debdad5c5e init
2025-12-03 16:21:04 +08:00

12 lines
101 B
Batchfile

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