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: packages/devlink/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Mac works out of the box. You can have local packages mixed with the symlinked p
96
96
On Windows there are most probably some issues with the symlinks. If you run into issues, you can either globally or project-wise disable the symlinks or do the following:
97
97
98
98
```env
99
-
DEVLINK_PACKAGES_PATH=packages-linked
99
+
DEVLINK_PACKAGES_PATH=packageslocal
100
100
```
101
101
102
102
Devlink will then link the packages into the `packageslocal` folder instead of mixing them into packages.
0 commit comments