Files
hereconnect/apps/frontend/src/api/PouchDB.ts
T
ti 11bba7a275
Main daploy / deploy (push) Successful in 43s
move * to apps/frontend
2024-11-21 01:15:06 +02:00

5 lines
133 B
TypeScript

import PouchDB from 'pouchdb-browser'
import PouchDBFindPlugin from 'pouchdb-find'
export default PouchDB.plugin(PouchDBFindPlugin)