Fixing Helpers

This commit is contained in:
Martin Karkowski 2020-09-07 10:27:26 +02:00
parent 71ed0a33c6
commit b453636f22
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
set DIR=%~dp0
cd "%DIR%"
start "" node ./dist/src/index
start "" node ./dist/src/runOpenApiServer
start "" npx next dev

View File

@ -1,5 +1,5 @@
set DIR=%~dp0
cd "%DIR%"
start "" node ./dist/src/index
start "" node ./dist/src/runOpenApiServer
start "" npx next start