1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-18 09:06:14 +07:00

refactor: converting autoComplete to Mui's autocomplete

This commit is contained in:
Priscila Oliveira
2019-11-10 16:31:29 +01:00
parent f4dd8b01b4
commit 571d9c3fa7
6 changed files with 124 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ new WebpackDevServer(compiler, {
proxy: [
{
context: ['/-/verdaccio/**', '**/*.tgz'],
target: 'http://localhost:8080',
target: 'http://localhost:4873',
},
],
}).listen(4872, 'localhost', function(err) {