Imporve HMR Post-build function speed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { BunextPageModuleServerReturn, BunxRouteParams } from "../../../types";
|
||||
type Params = {
|
||||
file_path: string;
|
||||
debug?: boolean;
|
||||
url?: URL;
|
||||
query?: any;
|
||||
routeParams?: BunxRouteParams;
|
||||
};
|
||||
export default function grabPageCombinedServerRes({ file_path, debug, url, query, routeParams, }: Params): Promise<{
|
||||
serverRes: BunextPageModuleServerReturn;
|
||||
}>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user