const { app, db, globalConfig } = require("../index.js") // Get globals from index module.exports = {app} // export routes to be imported by index for execution