Skip to content

Commit 93c3c64

Browse files
Update packages/react-native-node-api-modules/src/node/cli/hermes.ts
Co-authored-by: Matt Hargett <plaztiksyke@gmail.com>
1 parent 4c9d21e commit 93c3c64

File tree

1 file changed

+1
-0
lines changed
  • packages/react-native-node-api-modules/src/node/cli

1 file changed

+1
-0
lines changed

packages/react-native-node-api-modules/src/node/cli/hermes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { packageDirectorySync } from "pkg-dir";
1010
import { getLatestMtime, prettyPath } from "../path-utils";
1111

1212
const HOST_PACKAGE_ROOT = path.resolve(__dirname, "../../..");
13+
// FIXME: make this configurable with reasonable fallback before public release
1314
const HERMES_GIT_URL = "https://github.com/kraenhansen/hermes.git";
1415
const HERMES_GIT_TAG = "node-api-for-react-native-0.79.0";
1516

0 commit comments

Comments
 (0)