Imporve HMR Post-build function speed
This commit is contained in:
+2
-2
@@ -278,11 +278,11 @@ export type BunextPageModuleMetadata = {
|
||||
};
|
||||
|
||||
export type GrabPageComponentRes = {
|
||||
component: JSX.Element;
|
||||
component?: JSX.Element;
|
||||
serverRes?: BunextPageModuleServerReturn;
|
||||
routeParams?: BunxRouteParams;
|
||||
bundledMap?: BundlerCTXMap;
|
||||
module: BunextPageModule;
|
||||
module?: BunextPageModule;
|
||||
root_module?: BunextRootModule;
|
||||
debug?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user