Refactor Server Paradigm.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
type Params = {
|
||||
file_path: string;
|
||||
};
|
||||
export default function grabPageServerPath({ file_path }: Params): {
|
||||
server_file_path: string | undefined;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user