Skip to content

Commit 34f4765

Browse files
committed
Revert makefile change
1 parent ea78649 commit 34f4765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ help: ## Show this help menu with a list of available commands and their descrip
2525
.PHONY: serve
2626
serve: .cache/tandem .cache/py-packages .cache/dev-build-fe ## Run Django server, docs preview, and watch frontend changes
2727
@.cache/tandem \
28-
'${UV_RUN}python manage.py runserver 7001 --settings=$(DJANGO_SETTINGS_MODULE)' \
28+
'${UV_RUN}uv run python manage.py runserver_plus --settings=$(DJANGO_SETTINGS_MODULE)' \
2929
'npm:watch:*' \
3030
'${UV_RUN}mkdocs serve'
3131

0 commit comments

Comments
 (0)