9 lines
52 B
Batchfile
9 lines
52 B
Batchfile
@echo off
|
|
%~d0
|
|
cd %~dp0
|
|
|
|
cd..
|
|
pnpm dev
|
|
|
|
cd bin
|
|
pause |