Update .gitignore, add dist directory
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import type { CreateDBSchemaTableHandlerParams } from "../../types";
|
||||
export default function handleDBSchemaTable({ db_schema, config, table, db_manager_table_name, existing_live_table, }: CreateDBSchemaTableHandlerParams): Promise<void>;
|
||||
Reference in New Issue
Block a user