Skip to content

Instantly share code, notes, and snippets.

@ds0nt
Created July 20, 2015 11:03
Show Gist options
  • Save ds0nt/e9bf5db1508e90f3a04d to your computer and use it in GitHub Desktop.
Save ds0nt/e9bf5db1508e90f3a04d to your computer and use it in GitHub Desktop.
import low from 'lowdb'
import { join } from 'path'
export default {
appsDb: low(join(__dirname, '/apps.json')),
stripeDb: low(join(__dirname, '/stripe.json')),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment