1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Upgrade react-select & improve select typing

This commit is contained in:
thatmattlove
2021-12-06 10:53:15 -07:00
parent 7c73b2b9a1
commit 6afe23bd17
17 changed files with 554 additions and 429 deletions

View File

@@ -33,7 +33,7 @@ app
// Set up the proxy.
if (dev && devProxy) {
Object.keys(devProxy).forEach(function (context) {
Object.keys(devProxy).forEach(context => {
server.use(proxyMiddleware(context, devProxy[context]));
});
}