From d56594d3289002566f4653d607f0837befd65109 Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 15 May 2025 10:13:00 +0700 Subject: wtf man --- src/pages.gen.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pages.gen.ts') diff --git a/src/pages.gen.ts b/src/pages.gen.ts index 6f44dd4..94e0a4a 100644 --- a/src/pages.gen.ts +++ b/src/pages.gen.ts @@ -3,6 +3,8 @@ // prettier-ignore import type { PathsForPages, GetConfigResponse } from 'waku/router'; +// prettier-ignore +import type { getConfig as Login_getConfig } from './pages/login'; // prettier-ignore import type { getConfig as Db_getConfig } from './pages/db'; // prettier-ignore @@ -12,6 +14,7 @@ import type { getConfig as Index_getConfig } from './pages/index'; // prettier-ignore type Page = +| ({ path: '/login' } & GetConfigResponse) | ({ path: '/db' } & GetConfigResponse) | ({ path: '/about' } & GetConfigResponse) | ({ path: '/' } & GetConfigResponse); -- cgit v1.2.3