diff --git a/vue.config.js b/vue.config.js index 0b18dc1..eac7f5d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,4 +6,8 @@ module.exports = { publicPath: process.env.NODE_ENV === 'production' ? './' : './', + + devServer: { + https: true + }, } \ No newline at end of file