Add features: custom server and websocket. Minor refactoring
This commit is contained in:
+1
-5
@@ -1,6 +1,2 @@
|
||||
import type { ServeOptions } from "bun";
|
||||
type Params = {
|
||||
dev?: boolean;
|
||||
};
|
||||
export default function (params?: Params): Promise<ServeOptions>;
|
||||
export {};
|
||||
export default function (): Promise<ServeOptions>;
|
||||
|
||||
Reference in New Issue
Block a user