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",