this repo has no description
0
fork

Configure Feed

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

Fine, away with bunx there then.

+2 -1
+2 -1
mise/tasks/build.toml
··· 17 17 dir = "./client/" 18 18 19 19 [build-styles] 20 + tools."npm:@tailwindcss/cli" = "latest" 20 21 description = "Build the styles for Lumina" 21 22 depends = "bun-install" 22 - run = ["bun x @tailwindcss/cli -i ./app.css -o ./priv/static/lumina_client.css"] 23 + run = ["tailwindcss -i ./app.css -o ./priv/static/lumina_client.css"] 23 24 dir = "./client/" 24 25 25 26 [bun-install]