From b453636f228258ca858ef7e2539afd323700a60a Mon Sep 17 00:00:00 2001 From: Martin Karkowski Date: Mon, 7 Sep 2020 10:27:26 +0200 Subject: [PATCH] Fixing Helpers --- 03-start-dev.bat | 2 +- 03-start-production.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/03-start-dev.bat b/03-start-dev.bat index 65da2e7..97c194a 100644 --- a/03-start-dev.bat +++ b/03-start-dev.bat @@ -1,5 +1,5 @@ set DIR=%~dp0 cd "%DIR%" -start "" node ./dist/src/index +start "" node ./dist/src/runOpenApiServer start "" npx next dev \ No newline at end of file diff --git a/03-start-production.bat b/03-start-production.bat index 00fbe83..1e53e98 100644 --- a/03-start-production.bat +++ b/03-start-production.bat @@ -1,5 +1,5 @@ set DIR=%~dp0 cd "%DIR%" -start "" node ./dist/src/index +start "" node ./dist/src/runOpenApiServer start "" npx next start \ No newline at end of file