pinafore/routes/_utils/database/database.js

8 lines
183 B
JavaScript
Raw Normal View History

2018-01-23 05:16:27 +00:00
/*
2018-01-22 02:36:40 +00:00
import worker from 'workerize-loader!./databaseCore'
2018-01-23 05:16:27 +00:00
export const database = process.browser && worker()
*/
2018-01-19 17:18:14 +00:00
2018-01-23 05:16:27 +00:00
import * as dbCore from './databaseCore'
export { dbCore as database }