mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
perf: improve typescript performance (#523)
This commit is contained in:
@@ -39,7 +39,7 @@ const initBetterSqlite = () => {
|
||||
database = drizzleSqlite(connection, {
|
||||
schema: sqliteSchema,
|
||||
logger: new WinstonDrizzleLogger(),
|
||||
});
|
||||
}) as unknown as never;
|
||||
};
|
||||
|
||||
const initMySQL2 = () => {
|
||||
|
||||
Reference in New Issue
Block a user