From 68908f16df8eabba98510b0dffc1ece287a56111 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:54:38 -0500 Subject: [PATCH] simplify dev command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2b093..9724d57 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ cat site_build_key ## How to use ```bash -npx concurrently "pnpm run dev" "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch" +pnpm run dev ```