We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a5064 commit 609ed46Copy full SHA for 609ed46
1 file changed
adminforth/modules/codeInjector.ts
@@ -1201,7 +1201,7 @@ class CodeInjector implements ICodeInjector {
1201
VITE_ADMINFORTH_PUBLIC_PATH: this.adminforth.config.baseUrl,
1202
FORCE_COLOR: '1',
1203
...process.env,
1204
- };
+ };
1205
1206
const nodeBinary = process.execPath;
1207
const packageManagerPath = path.join(path.dirname(nodeBinary), usersPackageManager);
0 commit comments