kinspect/vue.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2020-06-19 00:30:17 +02:00
module.exports = {
devServer: {
https: true,
},
};