saleor-apps-redis_apl/apps/search/src/lib/debug.ts
Lukasz Ostrowski 21f0a60f07
Add search app (#108)
* Add Search App to apps

* Link eslint config to invoices

* Changesets
2023-02-08 09:28:14 +01:00

3 lines
124 B
TypeScript

import debugPkg from "debug";
export const createDebug = (namespace: string) => debugPkg.debug(`app-search:${namespace}`);