From abba74e55f6399e1ca63ff9db12aa2fa62828835 Mon Sep 17 00:00:00 2001 From: BISHER AL MASRI <106201955+BISHER-AL-MASRI@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:52:24 +0400 Subject: [PATCH] chore: add tailwind to dev command (#69) Co-authored-by: oklopfer <104327997+oklopfer@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 933dd5f..52e5c66 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", + "dev": "next dev & tailwindcss -i ./src/styles/src/input.css -o ./src/styles/output.css --watch", "build": "next build", "start": "next start", "lint": "next lint"