Files
patra_web/current.cmd

8 lines
70 B
Batchfile
Raw Normal View History

2025-12-30 14:38:36 +07:00
@echo off
set CURRDIR=%cd%
start cmd /k "npm run dev"
code .
exit 0