diff --git a/scripts/start.js b/scripts/start.js index 92c2671..27cfcea 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -45,7 +45,7 @@ if (!checkRequiredFiles([paths.appHtml, paths.appIndexJs])) { } // Tools like Cloud9 rely on this. -const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3000; +const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 8080; const HOST = process.env.HOST || '0.0.0.0'; if (process.env.HOST) {