nope/03-start-production.bat

5 lines
91 B
Batchfile
Raw Normal View History

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