We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34452d commit 61db714Copy full SHA for 61db714
create-project.sh
@@ -70,7 +70,8 @@ enabled-modules:
70
toggles: false
71
text-utils: false
72
cli-parser: false
73
- xdg: false" > uvproj.yaml
+ xdg: false
74
+ open: false" > uvproj.yaml
75
76
# Create symbolic links
77
if [ "${windows}" == true ] && [ "${headless}" == false ]; then
0 commit comments