mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-23 06:36:19 +08:00
feat: Support multiple application launch scripts
This commit is contained in:
@@ -6,4 +6,7 @@ import { defineOverridesPreferences } from '@vben/preferences';
|
||||
*/
|
||||
export const overridesPreferences = defineOverridesPreferences({
|
||||
// overrides
|
||||
app: {
|
||||
name: import.meta.env.VITE_APP_TITLE,
|
||||
},
|
||||
});
|
||||
|
@@ -6,4 +6,7 @@ import { defineOverridesPreferences } from '@vben/preferences';
|
||||
*/
|
||||
export const overridesPreferences = defineOverridesPreferences({
|
||||
// overrides
|
||||
app: {
|
||||
name: import.meta.env.VITE_APP_TITLE,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user