feat(app-switcher): читать конфиг из auth-portal вместо локального editor
Docker / build (push) Failing after 18s

CURRENT_APP_ID vps; настройка ссылок только на портале.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-07-18 20:59:03 +07:00
co-authored by Cursor
parent 54ffed6e57
commit 03e951af18
9 changed files with 126 additions and 136 deletions
@@ -8,6 +8,8 @@ export const appSwitcherEntrySchema = z.object({
subtitle: z.string().optional(),
url: z.string().url('Невалидный URL'),
icon: appSwitcherIconSchema.default('server'),
enabled: z.boolean().optional(),
sort: z.number().optional(),
shortcut: z.string().optional(),
})