From 35464138e84395da51a4aada4e80b903a01bf15f Mon Sep 17 00:00:00 2001 From: Elia Schito Date: Wed, 27 Dec 2023 18:50:05 +0100 Subject: [PATCH] Update the procfile to include the TW build for the frontend --- Procfile.dev | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile.dev b/Procfile.dev index 3b9a7bf140a..852b4d3dee3 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,2 +1,3 @@ web: env RUBY_DEBUG_OPEN=true bin/rails server +css: bin/rails tailwindcss:watch admin_tailwind: bundle exec rake -C admin tailwindcss:watch