We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pouch-setup
1 parent 60defff commit 2c34489Copy full SHA for 2c34489
packages/db/src/impl/pouch/courseAPI.ts
@@ -1,4 +1,4 @@
1
-import pouch from 'pouchdb';
+import pouch from './pouchdb-setup';
2
import { pouchDBincludeCredentialsConfig } from '.';
3
import { ENV } from '@/factory';
4
// import { DataShape } from '../..base-course/Interfaces/DataShape';
packages/db/src/impl/pouch/courseLookupDB.ts
// import { ENV } from '@/factory';
const courseLookupDBTitle = 'coursedb-lookup';
0 commit comments