pinafore/routes/_database/database.js

8 lines
183 B
JavaScript
Raw Normal View History

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