Skip to content

Commit a8fa889

Browse files
Update nuxt.config.js
Changed the server port to 3002
1 parent fafdae0 commit a8fa889

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuxt.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
module.exports = {
22
mode: 'universal',
3+
server: {
4+
port: 3002,
5+
host: 'localhost',
6+
timing: false
7+
},
38
/*
49
** Headers of the page
510
*/

0 commit comments

Comments
 (0)