You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,8 @@ Default: System default [user config directory](https://github.com/sindresorhus/
276
276
277
277
Overrides `projectName`.
278
278
279
+
By default the config is stored in the [system user's config directory](https://github.com/sindresorhus/env-paths#pathsconfig); running under another user reads a different store. Set `cwd` to share across users.
280
+
279
281
The only use-case I can think of is having the config located in the app directory or on some external storage.
__You most likely don't need this. Please don't use it unless you really have to.__
165
165
166
-
The only use-case I can think of is having the config located in the app directory or on some external storage. Default: System default user [config directory](https://github.com/sindresorhus/env-paths#pathsconfig).
166
+
Default: System default user [config directory](https://github.com/sindresorhus/env-paths#pathsconfig).
167
+
168
+
Overrides `projectName`.
169
+
170
+
By default the config is stored in the [system user's config directory](https://github.com/sindresorhus/env-paths#pathsconfig); running under another user reads a different store. Set `cwd` to share across users.
171
+
172
+
The only use-case I can think of is having the config located in the app directory or on some external storage.
0 commit comments