Refactor SSR strategy. Redirect before bundling any page component. Additional bugfixes for dev environment
This commit is contained in:
+5
-1
@@ -1 +1,5 @@
|
||||
export default function serverPostBuildFn(): Promise<void>;
|
||||
type Params = {
|
||||
reload_all_controllers?: boolean;
|
||||
};
|
||||
export default function serverPostBuildFn(params?: Params): Promise<void>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user