feat: add logging and error handling
This commit is contained in:
parent
f324ca45ff
commit
56c0fed144
10 changed files with 720 additions and 49 deletions
5
src/index.d.ts
vendored
Normal file
5
src/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
declare module Express {
|
||||
export interface Request {
|
||||
id: string;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue