0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-17 22:12:37 +00:00
alerta_alerta-webui/vue.config.js
2019-03-26 19:37:58 +01:00

6 lines
87 B
JavaScript

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