Merge branch 'master' into canonical-url

This commit is contained in:
Victor Duarte 2026-03-06 19:32:29 +01:00 committed by GitHub
commit ca919d73f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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) {