mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-15 20:41:08 +00:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
module.exports = {
|
|
productionSourceMap: false,
|
|
devServer: {
|
|
disableHostCheck: true
|
|
}
|
|
};
|