For now? I'm experimenting on an old concept.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Pin @tailwindcss/cli

+1 -1
+1 -1
Justfile
··· 5 5 [doc("Build the styles for Lumina client")] 6 6 [group('building')] 7 7 build-styles: 8 - cd ./client/ && bun x @tailwindcss/cli -i ./app.css -o ./priv/static/lumina_client.css 8 + cd ./client/ && bun x @tailwindcss/cli@4.1.18 -i ./app.css -o ./priv/static/lumina_client.css 9 9 10 10 [doc("Build the server-side of Lumina")] 11 11 [group('building')]