This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import PouchDB from "pouchdb-core";
|
||||
import PouchDBAdapterHttp from "pouchdb-adapter-http";
|
||||
import PouchDBFindPlugin from 'pouchdb-find'
|
||||
|
||||
export default PouchDB
|
||||
.plugin(PouchDBAdapterHttp)
|
||||
.plugin(PouchDBFindPlugin);
|
||||
Reference in New Issue
Block a user