Files
multiplayer-stickfigure-game/vue.config.js
Johnathon Slightham 71017cc5b6 updated
2021-09-07 12:53:34 -04:00

9 lines
197 B
JavaScript

module.exports = {
devServer: {
open: process.platform === 'darwin',
host: '0.0.0.0',
port: 8080, // CHANGE YOUR PORT HERE!
https: true,
hotOnly: false,
},
}