Fix Bud proxy (#2890)

This commit is contained in:
Ben Word
2021-12-13 13:09:44 -06:00
committed by GitHub
parent 44c09a6212
commit 2331f43a84

View File

@@ -38,4 +38,4 @@ module.exports = async (config) =>
*
* This is your local dev server.
*/
.proxy({target: 'http://example.test'});
.proxy('http://example.test');