File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.env
22helm /* /charts /**
3+ backend /config.yml
4+ backend /config.yaml
5+ .ravnar_local
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ const AuthenticatedChatRoute = AuthenticatedChatRouteImport.update({
4141} as any ) ;
4242
4343export interface FileRoutesByFullPath {
44+ '/' : typeof AuthenticatedIndexRoute ;
4445 '/logout' : typeof LogoutRoute ;
4546 '/chat' : typeof AuthenticatedChatRoute ;
4647 '/history' : typeof AuthenticatedHistoryRoute ;
47- '/' : typeof AuthenticatedIndexRoute ;
4848}
4949export interface FileRoutesByTo {
5050 '/logout' : typeof LogoutRoute ;
@@ -62,7 +62,7 @@ export interface FileRoutesById {
6262}
6363export interface FileRouteTypes {
6464 fileRoutesByFullPath : FileRoutesByFullPath ;
65- fullPaths : '/logout ' | '/chat ' | '/history ' | '/' ;
65+ fullPaths : '/' | '/logout ' | '/chat ' | '/history ' ;
6666 fileRoutesByTo : FileRoutesByTo ;
6767 to : '/logout' | '/chat' | '/history' | '/' ;
6868 id :
@@ -91,7 +91,7 @@ declare module '@tanstack/react-router' {
9191 '/_authenticated' : {
9292 id : '/_authenticated' ;
9393 path : '' ;
94- fullPath : '' ;
94+ fullPath : '/ ' ;
9595 preLoaderRoute : typeof AuthenticatedRouteImport ;
9696 parentRoute : typeof rootRouteImport ;
9797 } ;
You can’t perform that action at this time.
0 commit comments