Skip to content

Commit

Permalink
Merge pull request naptha#487 from abhishek7553/master
Browse files Browse the repository at this point in the history
updated server.js
  • Loading branch information
jeromewu authored Oct 14, 2020
2 parents 341360b + cd08357 commit d64ebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ app.use('/', express.static(path.resolve(__dirname, '..')));
app.use(middleware(compiler, { publicPath: '/dist', writeToDisk: true }));

module.exports = app.listen(3000, () => {
console.log('Server is running on port 3000');
console.log('Server is running on the port no. 3000');
});

0 comments on commit d64ebca

Please sign in to comment.