Files
patra_web/current.cmd
Dimas Vindyawan 6c3af6a820 first commit
2025-12-30 14:34:03 +07:00

8 lines
70 B
Batchfile

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