first commit
This commit is contained in:
commit
d69d3b7033
21 changed files with 1142 additions and 0 deletions
5
types/bun.d.ts
vendored
Normal file
5
types/bun.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
import type { Server } from "bun";
|
||||
|
||||
declare global {
|
||||
type BunServer = Server;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue