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 {