Major Bugfix. Fix server component client compatibility
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
type Params = {
|
||||
page_path: string;
|
||||
};
|
||||
/**
|
||||
* # Transform a page path to the destination
|
||||
* path in the .bunext directory
|
||||
*/
|
||||
export default function pagePathTransform({ page_path }: Params): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user