From 6b9f8f268f58498ed1ec5466c2dbf3b5ecf95917 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 5 Jun 2023 10:17:00 +0200 Subject: [PATCH] make /next work in development --- commafeed-client/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/commafeed-client/vite.config.ts b/commafeed-client/vite.config.ts index d3821dd2..2b92a69c 100644 --- a/commafeed-client/vite.config.ts +++ b/commafeed-client/vite.config.ts @@ -24,6 +24,7 @@ export default defineConfig({ port: 8082, proxy: { "/rest": "http://localhost:8083", + "/next": "http://localhost:8083", "/ws": "ws://localhost:8083", "/swagger": "http://localhost:8083", "/custom_css.css": "http://localhost:8083",