mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-17 14:02:37 +00:00
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
module.exports = {
|
|
publicPath: '/',
|
|
devServer: {
|
|
disableHostCheck: true
|
|
}
|
|
};
|