nope/03-start-dev.bat

5 lines
78 B
Batchfile
Raw Normal View History

2020-08-25 09:03:16 +00:00
set DIR=%~dp0
cd "%DIR%"
start "" node ./dist/src/index
start "" npx next dev