Update .gitignore, add dist directory
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import type { BUN_MARIADB_TableSchemaType, BunMariaDBConfig } from "../../types";
|
||||
export default function syncIndexes({ table, config, }: {
|
||||
table: BUN_MARIADB_TableSchemaType;
|
||||
config?: BunMariaDBConfig;
|
||||
}): Promise<void>;
|
||||
Reference in New Issue
Block a user