@cityssm/worktech-api
Version:
Integrations with the WorkTech (Pearl) work order management system.
15 lines (12 loc) • 409 B
text/typescript
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(',')