mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
dev: add live-reload development server
This commit is contained in:
6
justfile
6
justfile
@@ -27,11 +27,7 @@ serve:
|
||||
@echo "📍 Admin panel: http://localhost:8000/admin/"
|
||||
@echo "🔒 Serving from public/ directory (matches production)"
|
||||
@echo ""
|
||||
@if [ -d "vendor/php-live-reload" ]; then \
|
||||
echo "✨ Live reload enabled - browser auto-refreshes on file save!"; \
|
||||
else \
|
||||
echo "💡 Tip: Run 'just setup' to enable live reload"; \
|
||||
fi
|
||||
@echo "✨ Live reload enabled - browser auto-refreshes on file save!"
|
||||
@echo ""
|
||||
@echo "Press Ctrl+C to stop"
|
||||
@echo ""
|
||||
|
||||
Reference in New Issue
Block a user