Bugfix. Update Tsx server stripping function to have absolute paths. Run the rewrite function on dev and build commands.
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
type Params = {
|
||||
txt_code: string;
|
||||
file_path: string;
|
||||
};
|
||||
export default function stripServerSideLogic({ txt_code }: Params): string;
|
||||
export default function stripServerSideLogic({ txt_code, file_path }: Params): string;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user