Handle browser Errors.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { ServeOptions } from "bun";
|
||||
type Params = {
|
||||
dev?: boolean;
|
||||
};
|
||||
export default function (params?: Params): Promise<ServeOptions>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user