Add CSS-less dev mode
This commit is contained in:
@@ -23,7 +23,11 @@ init:
|
|||||||
$(MAKE) loadplatforms
|
$(MAKE) loadplatforms
|
||||||
|
|
||||||
server:
|
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:
|
gen-element-types:
|
||||||
uv run python manage.py gen_element_types
|
uv run python manage.py gen_element_types
|
||||||
|
|||||||
Reference in New Issue
Block a user