From 2331f43a847763af864916a7da4695acaabc0e72 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Mon, 13 Dec 2021 13:09:44 -0600 Subject: [PATCH] Fix Bud proxy (#2890) --- bud.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bud.config.js b/bud.config.js index 51f9c65..ff45c4a 100644 --- a/bud.config.js +++ b/bud.config.js @@ -38,4 +38,4 @@ module.exports = async (config) => * * This is your local dev server. */ - .proxy({target: 'http://example.test'}); + .proxy('http://example.test');