3 lines
68 B
Batchfile
3 lines
68 B
Batchfile
|
set /P nodePath=<nodePath.txt
|
||
|
set path=%nodePath%;%path%
|
||
|
npm run dev
|