Update .gitignore, add dist directory
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import { type BunMariaDBConfig, type BUN_MARIADB_DatabaseSchemaType } from "../types";
|
||||
/**
|
||||
* # Declare Global Variables
|
||||
*/
|
||||
declare global {
|
||||
var CONFIG: BunMariaDBConfig;
|
||||
var DB_SCHEMA: BUN_MARIADB_DatabaseSchemaType;
|
||||
var MARIADB_CLIENT: Bun.SQL;
|
||||
}
|
||||
export default function init(): void;
|
||||
Reference in New Issue
Block a user