Skip to content

Commit d1fff3a

Browse files
committed
fix mention of project
1 parent fd0767a commit d1fff3a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
'use strict';
2-
// Node deps
32

4-
// external deps
5-
6-
// local deps
73
const { app } = require('./build/server/bundle');
84
const { serverPort } = require('./build/server/bundle');
95

@@ -13,7 +9,5 @@ app.listen(serverPort, () => {
139
console.log(r.route.path)
1410
}
1511
});
16-
console.log(`HumansForget listening on port ${serverPort}!`);
17-
// opens the url in the default browser
18-
// opn('http://localhost:3000', { app: ['google chrome'] });
12+
console.log(`local app listening on port ${serverPort}!`);
1913
});

0 commit comments

Comments
 (0)