Skip to content

Commit 61db714

Browse files
committed
Make the uvproj.yaml base template more transparent
1 parent f34452d commit 61db714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

create-project.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ enabled-modules:
7070
toggles: false
7171
text-utils: false
7272
cli-parser: false
73-
xdg: false" > uvproj.yaml
73+
xdg: false
74+
open: false" > uvproj.yaml
7475

7576
# Create symbolic links
7677
if [ "${windows}" == true ] && [ "${headless}" == false ]; then

0 commit comments

Comments
 (0)