From ae7fa5bae7da0e6dfe9f22c657f6cee7db481223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Fri, 19 Jun 2026 11:23:12 +0200 Subject: [PATCH] Add CSS-less dev mode --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c61872..e6f7039 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,11 @@ init: $(MAKE) loadplatforms server: - uv run python -Wa manage.py runserver + @pnpm concurrently \ + --names "Django,TS" \ + --prefix-colors "blue,green" \ + "uv run python -Wa manage.py runserver" \ + "pnpm exec tsc --watch" gen-element-types: uv run python manage.py gen_element_types