refactor: no proxy

This commit is contained in:
cha0s 2019-09-30 23:41:44 -05:00
parent 4e0af24583
commit 0cdc7ed4e5

View File

@ -30,12 +30,6 @@ if (!isProduction) {
host: '0.0.0.0',
overlay: true,
port: 8421,
// proxy: {
// '/avocado': {
// target: 'http://localhost:8420',
// ws: true,
// },
// },
stats: 'minimal',
watchContentBase: true,
};