pinafore/routes/_utils/database/database.js

6 lines
120 B
JavaScript
Raw Normal View History

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