From 1ab4617e81a98fa5e99dae2e00a3521b06febdb4 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 31 Jan 2026 13:38:25 -0800 Subject: [PATCH] =?UTF-8?q?chore(frontend-public):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20Vite=20config=20in=20frontend-public=20for=20build=20optimiz?= =?UTF-8?q?ations=20and=20adjustments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/marketplace/frontend-public/vite.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/marketplace/frontend-public/vite.config.ts b/features/marketplace/frontend-public/vite.config.ts index 5a5d1c277..e57f8d92c 100755 --- a/features/marketplace/frontend-public/vite.config.ts +++ b/features/marketplace/frontend-public/vite.config.ts @@ -62,4 +62,8 @@ export default defineConfig({ '@lilith/marketplace-shared', ], }, + define: { + __SSO_URL__: JSON.stringify(process.env.VITE_SSO_URL || 'http://localhost:4001'), + __MARKETING_URL__: JSON.stringify(process.env.VITE_MARKETING_URL || 'http://localhost:5100'), + }, });