💻 My corner on the internet kacaii.dev/
lustre evergarden wisp-place gleam atproto
1

Configure Feed

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

ci: remove "\" escape

kacaii.dev (Jul 15, 2026, 12:02 PM -0300) 42ea0656 25e70dc5

+1 -1
+1 -1
.tangled/workflows/deploy.yml
··· 45 45 46 46 - name: build 47 47 command: | 48 - sed -i "s/# tailwindcss = \\"system\\"/tailwindcss = \"system\"/" ./gleam.toml 48 + sed -i "s/# tailwindcss = \"system\"/tailwindcss = \"system\"/" ./gleam.toml 49 49 gleam run -m lustre/dev build 50 50 51 51 - name: bundle css