From ca05952677d1893fe945f455502f42dff7f7f6b2 Mon Sep 17 00:00:00 2001 From: sky5454 Date: Sat, 4 Apr 2026 06:38:45 +0800 Subject: [PATCH] fix(lint): ts lint fixed 1 --- web/frontend/src/routeTree.gen.ts | 86 +++++++++++++++---------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/web/frontend/src/routeTree.gen.ts b/web/frontend/src/routeTree.gen.ts index 45f9ab46c..b2f85e826 100644 --- a/web/frontend/src/routeTree.gen.ts +++ b/web/frontend/src/routeTree.gen.ts @@ -147,52 +147,52 @@ export interface FileRoutesById { export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: - | '/' - | '/channels' - | '/agent' - | '/config' - | '/credentials' - | '/launcher-login' - | '/launcher-setup' - | '/logs' - | '/models' - | '/agent/hub' - | '/agent/skills' - | '/agent/tools' - | '/channels/$name' - | '/config/raw' + | '/' + | '/channels' + | '/agent' + | '/config' + | '/credentials' + | '/launcher-login' + | '/launcher-setup' + | '/logs' + | '/models' + | '/agent/hub' + | '/agent/skills' + | '/agent/tools' + | '/channels/$name' + | '/config/raw' fileRoutesByTo: FileRoutesByTo to: - | '/' - | '/channels' - | '/agent' - | '/config' - | '/credentials' - | '/launcher-login' - | '/launcher-setup' - | '/logs' - | '/models' - | '/agent/hub' - | '/agent/skills' - | '/agent/tools' - | '/channels/$name' - | '/config/raw' + | '/' + | '/channels' + | '/agent' + | '/config' + | '/credentials' + | '/launcher-login' + | '/launcher-setup' + | '/logs' + | '/models' + | '/agent/hub' + | '/agent/skills' + | '/agent/tools' + | '/channels/$name' + | '/config/raw' id: - | '__root__' - | '/' - | '/channels' - | '/agent' - | '/config' - | '/credentials' - | '/launcher-login' - | '/launcher-setup' - | '/logs' - | '/models' - | '/agent/hub' - | '/agent/skills' - | '/agent/tools' - | '/channels/$name' - | '/config/raw' + | '__root__' + | '/' + | '/channels' + | '/agent' + | '/config' + | '/credentials' + | '/launcher-login' + | '/launcher-setup' + | '/logs' + | '/models' + | '/agent/hub' + | '/agent/skills' + | '/agent/tools' + | '/channels/$name' + | '/config/raw' fileRoutesById: FileRoutesById } export interface RootRouteChildren {