Files
patra_web/current.cmd
2025-12-30 14:38:36 +07:00

8 lines
70 B
Batchfile

@echo off
set CURRDIR=%cd%
start cmd /k "npm run dev"
code .
exit 0