From 378f6c393bf0959b917c892d80b7e3ae70caf9c4 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Tue, 2 Sep 2025 19:44:39 -0400 Subject: [PATCH] Added watcher for SASS preprocessing --- bin/mixology.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mixology.sh b/bin/mixology.sh index 4a1c41d..a876e0f 100644 --- a/bin/mixology.sh +++ b/bin/mixology.sh @@ -8,4 +8,4 @@ mix ecto.migrate mix phx.gen.schema Folio folios user_id:references:users resume:map showcase:map theme_uri:string mix ecto.migrate mix phx.gen.schema Comment comments post_id:references:posts reply_to:references:comments slug:string tripcode:string:unique content:text ledit:utc_datetime -mix ecto.migrate \ No newline at end of file +mix ecto.migrate