From 231e38af571526af199f369f85279a7c1dedfc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Mon, 2 Feb 2026 00:43:32 +0100 Subject: [PATCH] proper props --- client/homebrew/homebrew.jsx | 2 -- vite.config.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/client/homebrew/homebrew.jsx b/client/homebrew/homebrew.jsx index a9be3e879..9ab69074b 100644 --- a/client/homebrew/homebrew.jsx +++ b/client/homebrew/homebrew.jsx @@ -40,8 +40,6 @@ const Homebrew = (props)=>{ brews } = props; - console.log('props: ', props); - const backgroundObject = ()=>{ if(config?.deployment || (config?.local && config?.development)) { const bgText = config?.deployment || 'Local'; diff --git a/vite.config.js b/vite.config.js index c23bbba9b..8ff255cd7 100644 --- a/vite.config.js +++ b/vite.config.js @@ -18,7 +18,7 @@ export default defineConfig({ }, }, define: { - global: "window", + global: "window.__INITIAL_PROPS__", }, server: { port: 8000,