Update deps, fix build errors
This commit is contained in:
parent
c47514d2f0
commit
e9379fd1fb
20 changed files with 5120 additions and 2012 deletions
|
|
@ -12,10 +12,12 @@ import * as pino from "pino";
|
|||
|
||||
declare module "@hapi/hapi" {
|
||||
interface Server {
|
||||
// @ts-expect-error
|
||||
logger: pino.Logger;
|
||||
}
|
||||
|
||||
interface Request {
|
||||
// @ts-expect-error
|
||||
logger: pino.Logger;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue