mirror of https://github.com/statping/statping
removed linting issues
parent
f1c639ddc6
commit
434d72a6d2
|
@ -1,31 +1,28 @@
|
|||
module.exports = {
|
||||
assetsDir: 'assets',
|
||||
filenameHashing: false,
|
||||
productionTip: process.env.NODE_ENV !== 'production',
|
||||
devtools: process.env.NODE_ENV !== 'production',
|
||||
performance: process.env.NODE_ENV !== 'production',
|
||||
devServer: {
|
||||
proxy: 'https://statping.concierge.stage.razorpay.in',
|
||||
},
|
||||
// productionTip: process.env.NODE_ENV !== 'production',
|
||||
// devtools: process.env.NODE_ENV !== 'production',
|
||||
// performance: process.env.NODE_ENV !== 'production',
|
||||
// devServer: {
|
||||
// disableHostCheck: true,
|
||||
// proxyTable: {
|
||||
// '/api': {
|
||||
// logLevel: 'debug',
|
||||
// target: 'http://0.0.0.0:8585',
|
||||
// changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/api': ''
|
||||
// }
|
||||
// },
|
||||
// '/oauth': {
|
||||
// logLevel: 'debug',
|
||||
// target: 'http://0.0.0.0:8585',
|
||||
// changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/oauth': ''
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
disableHostCheck: true,
|
||||
proxyTable: {
|
||||
'/api': {
|
||||
logLevel: 'debug',
|
||||
target: 'http://0.0.0.0:8585',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/api': ''
|
||||
}
|
||||
},
|
||||
'/oauth': {
|
||||
logLevel: 'debug',
|
||||
target: 'http://0.0.0.0:8585',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/oauth': ''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue