chore(frontend-public): 🔧 Update Vite config in frontend-public for build optimizations and adjustments

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-31 13:38:25 -08:00
parent 575a3599dc
commit 1ab4617e81

View file

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