diff --git a/webapp/vite.config.mjs b/webapp/vite.config.mjs index a6965fd8..b384a2a9 100644 --- a/webapp/vite.config.mjs +++ b/webapp/vite.config.mjs @@ -21,6 +21,8 @@ export default defineConfig(({ command, mode }) => { } else { throw new Error(`Invalid VITE_API_TARGET: ${env.VITE_API_TARGET}`); } + // Allow a console log as we were serving for development. + // eslint-disable-next-line no-console console.log(`Proxying /api → ${target}`); }