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 f968aca commit 5ae2f69Copy full SHA for 5ae2f69
packages/isaacscript-cli/src/constants.ts
@@ -23,7 +23,7 @@ export const PROJECT_VERSION = version;
23
export const PROJECT_DESCRIPTION = description;
24
25
// `isaacscript`
26
-export const REPO_ROOT = path.join(import.meta.dirname, "..");
+const REPO_ROOT = path.join(import.meta.dirname, "..");
27
28
// `isaacscript/custom-stage`
29
const CUSTOM_STAGE_PATH = path.join(REPO_ROOT, "custom-stage");
0 commit comments