5 lines
66 B
Batchfile
5 lines
66 B
Batchfile
@echo off
|
|
cd /d "D:\devops\frontend\apps\web-antd"
|
|
pnpm dev
|
|
pause
|