melhorias

This commit is contained in:
Luiz Silva 2025-02-25 13:44:08 -03:00
parent 67f215ef82
commit 38849c8a1d
5 changed files with 10 additions and 6 deletions

3
dist/logger.d.ts vendored
View file

@ -12,6 +12,9 @@ type tipoLog = {
detalhes?: unknown[];
__filename?: string;
local?: string;
parametros?: {
[k: string]: string;
};
};
export declare const logger: ({ app: app_e, eProducao }: {
app: string;