Skip to content

Commit 42038c6

Browse files
committed
Revert Makefile change
1 parent 8c6428e commit 42038c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ help: ## Show this help menu with a list of available commands and their descrip
1616
.PHONY: serve
1717
serve: .cache/tandem .cache/py-packages .cache/dev-build-fe ## Run Django server, docs preview, and watch frontend changes
1818
@.cache/tandem \
19-
'${UV_RUN}python manage.py runserver 0.0.0.0:9001 --settings=$(DJANGO_SETTINGS_MODULE)' \
19+
'${UV_RUN}python manage.py runserver_plus 0.0.0.0:9001 --settings=$(DJANGO_SETTINGS_MODULE)' \
2020
'npm:watch:*' \
2121
'${UV_RUN}mkdocs serve'
2222

0 commit comments

Comments
 (0)