build: sync config
This commit is contained in:
@@ -19,6 +19,9 @@ export default defineConfig({
|
||||
history: {
|
||||
type: 'hash'
|
||||
},
|
||||
define: {
|
||||
'process.env.ENABLE_ENTERPRISE': process.env.ENABLE_ENTERPRISE
|
||||
},
|
||||
analyze: {
|
||||
analyzerMode: 'server',
|
||||
analyzerPort: 8888,
|
||||
|
||||
@@ -302,6 +302,26 @@ export default [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'apikeys',
|
||||
path: '/api-keys',
|
||||
key: 'apikeys',
|
||||
hideInMenu: true,
|
||||
selectedIcon: 'icon-key-filled',
|
||||
icon: 'icon-key',
|
||||
defaultIcon: 'icon-key',
|
||||
component: './api-keys'
|
||||
},
|
||||
{
|
||||
name: 'settings',
|
||||
path: '/settings',
|
||||
key: 'settings',
|
||||
hideInMenu: true,
|
||||
selectedIcon: 'icon-settings-filled',
|
||||
icon: 'icon-settings',
|
||||
defaultIcon: 'icon-settings',
|
||||
component: './settings'
|
||||
},
|
||||
{
|
||||
name: 'profile',
|
||||
path: '/profile',
|
||||
|
||||
Reference in New Issue
Block a user