Files
my-spring/web-vue/bin/startup.bat
2026-03-19 10:57:24 +08:00

9 lines
52 B
Batchfile

@echo off
%~d0
cd %~dp0
cd..
pnpm dev
cd bin
pause