Merge branch 'master' into canonical-url

This commit is contained in:
Victor Duarte
2026-03-06 19:32:29 +01:00
committed by GitHub
131 changed files with 18798 additions and 1003 deletions

View File

@@ -463,7 +463,7 @@ const app = await createApp(db as any, {
betterAuthHandler,
resolveSession,
});
const server = createServer(app);
const server = createServer(app as unknown as Parameters<typeof createServer>[0]);
const listenPort = await detectPort(config.port);
if (listenPort !== config.port) {