chore(frontend-admin): 🔧 Update Vite configuration for admin frontend with plugins, aliases, and environment settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
af99333657
commit
2399c396fe
1 changed files with 5 additions and 0 deletions
|
|
@ -220,6 +220,11 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
},
|
||||
define: {
|
||||
// Public browser-facing analytics URL, derived from deployment domain in
|
||||
// services.yaml. VITE_ANALYTICS_PUBLIC_URL overrides for non-standard envs.
|
||||
__ANALYTICS_URL__: JSON.stringify(analyticsPublicUrl ?? ''),
|
||||
},
|
||||
build: {
|
||||
outDir: 'dist',
|
||||
sourcemap: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue