Imporve HMR Post-build function speed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { BunextPageModule, BunextPageModuleServerReturn, BunxRouteParams } from "../../../types";
|
||||
type Params = {
|
||||
html: string;
|
||||
module: BunextPageModule;
|
||||
module?: BunextPageModule;
|
||||
root_module?: BunextPageModule;
|
||||
routeParams?: BunxRouteParams;
|
||||
serverRes?: BunextPageModuleServerReturn<any, any>;
|
||||
|
||||
Reference in New Issue
Block a user