Skip to content

Commit 90bce72

Browse files
committed
!squash more
1 parent 4612d0b commit 90bce72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,9 +636,9 @@ windows:
636636
- focus: True
637637
- blank
638638
- >
639-
poetry run ./manage.py migrate &&
639+
uv run ./manage.py migrate &&
640640
npm -C js run start
641-
- poetry run ./manage.py runserver
641+
- uv run ./manage.py runserver
642642
options:
643643
main-pane-height: 35
644644
```

0 commit comments

Comments
 (0)