mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
Merge branch 'master' into canonical-url
This commit is contained in:
commit
ca919d73f9
131 changed files with 18798 additions and 1003 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue