gitlink_help_center/run-dev.bat

4 lines
60 B
Batchfile

@echo off
set PATH=%PATH%;C:\nodejs
cd /d %~dp0
npm run dev