updated
This commit is contained in:
9
vue.config.js
Normal file
9
vue.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
open: process.platform === 'darwin',
|
||||
host: '0.0.0.0',
|
||||
port: 8080, // CHANGE YOUR PORT HERE!
|
||||
https: true,
|
||||
hotOnly: false,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user