Update .gitignore, add dist directory
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
export default async function grabDbSchema() {
|
||||
const config = global.CONFIG;
|
||||
const dbSchema = global.DB_SCHEMA;
|
||||
return dbSchema;
|
||||
}
|
||||
Reference in New Issue
Block a user