From 5d523fbfc785c5f7b2c5ff1222270550fff54501 Mon Sep 17 00:00:00 2001 From: xfy Date: Tue, 26 May 2026 23:59:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20dev=20=E7=9B=91=E5=90=AC?= =?UTF-8?q?=200.0.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 724e28d..087d477 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ dev: @tailwindcss -i input.css -o public/style.css --watch & \ TAILWIND_PID=$$!; \ trap 'kill $$TAILWIND_PID 2>/dev/null; exit' INT TERM EXIT; \ - dx serve + dx serve --addr 0.0.0.0 css: @tailwindcss -i input.css -o public/style.css