Integrate Svelte more

This commit is contained in:
2026-01-16 20:26:32 +01:00
parent 1ba204fbdc
commit c684d833ef
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ dev:
@npx concurrently \
--names "Django,Tailwind,Vite" \
--prefix-colors "blue,green,yellow" \
"poetry run python -Wa manage.py runserver" \
"uv run python -Wa manage.py runserver" \
"npx tailwindcss -i ./common/input.css -o ./games/static/base.css --watch" \
"npm run dev"