pinafore/routes/_utils/database/database.js

6 lines
120 B
JavaScript
Raw Normal View History

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