We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdeb4ba commit 1959f50Copy full SHA for 1959f50
packages/react-email/source/utils/constants.ts
@@ -8,7 +8,7 @@ export const PACKAGE_NAME = 'react-email';
8
export const CURRENT_PATH = process.cwd();
9
10
// Client paths
11
-export const CLIENT_PACKAGE_JSON = `${CURRENT_PATH}/package.json`;
+export const CLIENT_PACKAGE_JSON = path.join(CURRENT_PATH, "package.json");
12
13
// React Email paths
14
export const REACT_EMAIL_ROOT = path.join(CURRENT_PATH, '.react-email');
0 commit comments