We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea78649 commit 34f4765Copy full SHA for 34f4765
1 file changed
Makefile
@@ -25,7 +25,7 @@ help: ## Show this help menu with a list of available commands and their descrip
25
.PHONY: serve
26
serve: .cache/tandem .cache/py-packages .cache/dev-build-fe ## Run Django server, docs preview, and watch frontend changes
27
@.cache/tandem \
28
- '${UV_RUN}python manage.py runserver 7001 --settings=$(DJANGO_SETTINGS_MODULE)' \
+ '${UV_RUN}uv run python manage.py runserver_plus --settings=$(DJANGO_SETTINGS_MODULE)' \
29
'npm:watch:*' \
30
'${UV_RUN}mkdocs serve'
31
0 commit comments