6 lines
111 B
JavaScript
Executable File

import { default as dbAdmin } from "./dbAdmin"
// set here the setup functions
export default [
dbAdmin,
]