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'), + }, });