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:
parent
575a3599dc
commit
1ab4617e81
1 changed files with 4 additions and 0 deletions
|
|
@ -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'),
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue