whitelabel-db
v1.1.41
Published
### Deploy
Downloads
1,725
Readme
Whitelabel DB definition
Deploy
npm run build
npm publish
Local testing
- Run below commands to create a tarball from a package.
npm run build
npm pack
- Add tarball path in backend\package.json for whitelabel-db
"whitelabel-db": "file:path/whitelabel-db/whitelabel-db-1.0.8.tgz"
- Re-run the docker.
Usage
import { LiteApiClientV3 } from 'whitelabel-db';
const isProduction = true;
const client = new LiteApiClientV3('liteApiKey', isProduction);