Update .gitignore, add dist directory
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import type { BUN_MARIADB_DatabaseSchemaType, BUN_MARIADB_TableSchemaType } from "../../types";
|
||||
export default function resolveTable(table: BUN_MARIADB_TableSchemaType, db_schema: BUN_MARIADB_DatabaseSchemaType): BUN_MARIADB_TableSchemaType;
|
||||
Reference in New Issue
Block a user