mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-17 22:12:37 +00:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
![]() |
module.exports = {
|
||
|
publicPath: '/',
|
||
|
devServer: {
|
||
|
disableHostCheck: true
|
||
|
}
|
||
|
};
|