mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
fix types, refactor db manager to db
This commit is contained in:
@@ -30,7 +30,7 @@ export const serverConfigSchema = $object(
|
||||
{
|
||||
description: "Server configuration",
|
||||
},
|
||||
);
|
||||
).strict();
|
||||
|
||||
export type AppServerConfig = s.Static<typeof serverConfigSchema>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user