Files
my-worker/web-vue/bin/build.bat

9 lines
57 B
Batchfile
Raw Permalink Normal View History

2025-11-26 13:55:01 +08:00
@echo off
%~d0
cd %~dp0
cd..
npm run build
cd bin
pause