mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-18 06:12:51 +00:00
6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
module.exports = {
|
|
publicPath: '/',
|
|
devServer: {
|
|
disableHostCheck: true
|
|
}
|
|
}
|