mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
066220ffbd
commit
f114f9a51a
5 changed files with 152 additions and 199 deletions
|
|
@ -11,6 +11,8 @@ export const createServer = (
|
|||
Bun.serve({
|
||||
port: config.http.bind_port,
|
||||
reusePort: true,
|
||||
// @ts-expect-error @types/bun is missing the tls property for some reason
|
||||
// see https://github.com/oven-sh/bun/issues/13167
|
||||
tls: config.http.tls
|
||||
? {
|
||||
key: config.http.tls.key.file,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue