Skip to content

Instantly share code, notes, and snippets.

@ds0nt
Created July 20, 2015 10:55
Show Gist options
  • Save ds0nt/228153af13df5af85d8f to your computer and use it in GitHub Desktop.
Save ds0nt/228153af13df5af85d8f 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