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 315c20f commit 714b7b8Copy full SHA for 714b7b8
packages/frontend/apps/electron/scripts/make-env.ts
@@ -7,7 +7,7 @@ const ReleaseTypeSchema = z.enum(['stable', 'beta', 'canary', 'internal']);
7
8
const __dirname = fileURLToPath(new URL('.', import.meta.url));
9
10
-const REPO_ROOT = path.resolve(__dirname, '..', '..', '..', '..');
+const REPO_ROOT = path.resolve(__dirname, '..', '..', '..', '..', '..');
11
const ROOT = path.resolve(__dirname, '..');
12
13
const envBuildType = (process.env.BUILD_TYPE || 'canary').trim().toLowerCase();
0 commit comments