move to an env files, update depends
This commit is contained in:
parent
d0e9e15e97
commit
5687fb4bec
6 changed files with 80 additions and 23 deletions
4
types/bun.d.ts
vendored
4
types/bun.d.ts
vendored
|
@ -2,4 +2,8 @@ import type { Server } from "bun";
|
|||
|
||||
declare global {
|
||||
type BunServer = Server;
|
||||
|
||||
type ExtendedRequest = Request & {
|
||||
startPerf: number;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue