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