Skip to content

Instantly share code, notes, and snippets.

@grantcarthew
Created March 2, 2019 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantcarthew/e6903cbd1c2b10075be62ef17066055e to your computer and use it in GitHub Desktop.
Save grantcarthew/e6903cbd1c2b10075be62ef17066055e to your computer and use it in GitHub Desktop.
medium-global-setup.js
// global-setup.js
const dbSetup = require('./db-setup')
module.exports = async function () {
await dbSetup()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment