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