Enhance routing and type definitions for new API endpoints. Added support for notifications and SSO routes, updated layout parameters, and improved type safety in route metadata. Refactored component imports for user and profile pages.
This commit is contained in:
@@ -9,18 +9,22 @@ export const nodes = [
|
||||
() => import('./nodes/5'),
|
||||
() => import('./nodes/6'),
|
||||
() => import('./nodes/7'),
|
||||
() => import('./nodes/8')
|
||||
() => import('./nodes/8'),
|
||||
() => import('./nodes/9'),
|
||||
() => import('./nodes/10')
|
||||
];
|
||||
|
||||
export const server_loads = [0];
|
||||
|
||||
export const dictionary = {
|
||||
"/": [3],
|
||||
"/login": [~8],
|
||||
"/login": [~10],
|
||||
"/logout": [~4],
|
||||
"/users": [~5],
|
||||
"/users/[id]": [~6],
|
||||
"/[site]": [~7,[2]]
|
||||
"/notifications": [~9],
|
||||
"/profile": [5],
|
||||
"/users": [~6],
|
||||
"/users/[id]": [~7],
|
||||
"/[site]": [~8,[2]]
|
||||
};
|
||||
|
||||
export const hooks = {
|
||||
|
||||
Reference in New Issue
Block a user