We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7ee07 commit 997b691Copy full SHA for 997b691
src/config/config.server.ts
@@ -248,9 +248,7 @@ export const buildAppConfig = (destConfigPath?: string): AppConfig => {
248
},
249
}),
250
// UI namespace for routing
251
- ui: {
252
- nameSpace: appConfig.ui?.nameSpace,
253
- },
+ ...(appConfig.ui ? { ui: { nameSpace: appConfig.ui.nameSpace } } : {}),
254
// Auth configuration - only expose client-side settings (idle timeout, token refresh)
255
auth: {
256
ui: {
0 commit comments