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 c7fa8db commit ef3e1bdCopy full SHA for ef3e1bd
@bellatrix/runner/bellatrix.js
@@ -81,7 +81,9 @@ const configs = [
81
'.bellatrix.json',
82
];
83
84
-const configFileURL = pathToFileURL(findFilePath(configs));
+const configFilePath = findFilePath(configs);
85
+const configFileURL = pathToFileURL(configFilePath);
86
+process.env.BELLATRIX_CONFIGURAITON_ROOT = dirname(configFilePath);
87
let config;
88
89
if (configFileURL.href.endsWith('.ts') || configFileURL.href.endsWith('.mts')) {
0 commit comments