0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-18 06:12:51 +00:00
alerta_alerta-webui/vue.config.js
2019-02-08 22:35:29 +01:00

6 lines
86 B
JavaScript

module.exports = {
publicPath: '/',
devServer: {
disableHostCheck: true
}
}