pinafore/routes/_utils/database/database.js

6 lines
120 B
JavaScript
Raw Normal View History

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