mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +01:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
module.exports = {
|
|
filenameHashing: false,
|
|
productionSourceMap: false,
|
|
outputDir: '../static',
|
|
publicPath: '/'
|
|
} |