mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-21 21:50:47 +00:00
chore: base
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
export default () => {
|
||||
return process.env[process.platform == 'win32' ? 'USERPROFILE' : 'HOME'];
|
||||
};
|
||||
Reference in New Issue
Block a user