We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d80a2 commit 099a13eCopy full SHA for 099a13e
Parse-Dashboard/index.js
@@ -21,4 +21,4 @@ app.get('/*', function(req, res) {
21
});
22
23
// Start the server, listening to port 4040.
24
-app.listen(4040);
+app.listen(process.env.PORT || 4040);
0 commit comments