chore: base
This commit is contained in:
3
src/utils/getHomeDir.ts
Normal file
3
src/utils/getHomeDir.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default () => {
|
||||
return process.env[process.platform == 'win32' ? 'USERPROFILE' : 'HOME'];
|
||||
};
|
||||
Reference in New Issue
Block a user