refactor: move usages of create-id to common package (#3606)
This commit is contained in:
@@ -9,5 +9,4 @@ export const db = database;
|
||||
export type Database = typeof db;
|
||||
export type { HomarrDatabaseMysql } from "./driver";
|
||||
|
||||
export { createId } from "@paralleldrive/cuid2";
|
||||
export { handleDiffrentDbDriverOperationsAsync as handleTransactionsAsync } from "./transactions";
|
||||
|
||||
Reference in New Issue
Block a user