Moved from CJS to ESM + small improvements like logging
This commit is contained in:
parent
61df35a271
commit
c57160e05d
16 changed files with 512 additions and 488 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { globalTemplateValues } from './GlobalTemplateValuesMiddleware';
|
||||
import { HealthCheckStatus, HealthCheckMiddleware, healthCheckMiddleware } from './HealthCheckMiddleware';
|
||||
import { globalTemplateValues } from './GlobalTemplateValuesMiddleware.js';
|
||||
import { HealthCheckStatus, HealthCheckMiddleware, healthCheckMiddleware } from './HealthCheckMiddleware.js';
|
||||
|
||||
export {
|
||||
globalTemplateValues,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue