Created
July 20, 2015 10:55
-
-
Save ds0nt/228153af13df5af85d8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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