Skip to content

Commit 609ed46

Browse files
committed
fix: rebuild
1 parent a8a5064 commit 609ed46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/modules/codeInjector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ class CodeInjector implements ICodeInjector {
12011201
VITE_ADMINFORTH_PUBLIC_PATH: this.adminforth.config.baseUrl,
12021202
FORCE_COLOR: '1',
12031203
...process.env,
1204-
};
1204+
};
12051205

12061206
const nodeBinary = process.execPath;
12071207
const packageManagerPath = path.join(path.dirname(nodeBinary), usersPackageManager);

0 commit comments

Comments
 (0)