Skip to content

Commit

Permalink
update start in background
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sapletta-com committed May 24, 2020
1 parent ea1ff83 commit b418f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ WHERE node
IF %ERRORLEVEL% NEQ 0 (
echo nodejs is not installed on this system!
) else (
node server.js
::node server.js
forever start server.js
)
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Start Express web app based on Express

// CONFIG
const PublicConfig = require('../config/projects');
const PublicConfig = require('./config/projects');
var localConfig = new PublicConfig();

const web = require('./server/web');
Expand Down

0 comments on commit b418f43

Please sign in to comment.