@cityssm/worktech-api
Version:
Integrations with the WorkTech (Pearl) work order management system.
13 lines (12 loc) • 400 B
JavaScript
import { DEBUG_ENABLE_NAMESPACES as DEBUG_ENABLE_NAMESPACES_MSSQL } from '@cityssm/mssql-multi-pool/debug';
/**
* The debug namespace for this package.
*/
export const DEBUG_NAMESPACE = 'worktech-api';
/**
* The debug namespaces string to enable debug output for this package.
*/
export const DEBUG_ENABLE_NAMESPACES = [
`${DEBUG_NAMESPACE}:*`,
DEBUG_ENABLE_NAMESPACES_MSSQL
].join(',');