this repo has no description
lustre frontent oat-ui gleam
0
fork

Configure Feed

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

:hammer: add tailwind

+12 -4
+4
client/.gitignore
··· 2 2 *.ez 3 3 /build 4 4 erl_crash.dump 5 + 6 + #Added automatically by Lustre Dev Tools 7 + /.lustre 8 + /dist
+7 -4
client/gleam.toml
··· 3 3 version = "1.0.0" 4 4 5 5 [dependencies] 6 + envoy = ">= 1.2.0 and < 2.0.0" 7 + gleam_http = ">= 4.3.0 and < 5.0.0" 8 + gleam_json = ">= 3.1.0 and < 4.0.0" 6 9 gleam_stdlib = ">= 0.44.0 and < 2.0.0" 7 10 lustre = ">= 5.6.0 and < 6.0.0" 8 11 modem = ">= 2.1.2 and < 3.0.0" 9 - shared = { path = "../shared" } 10 12 rsvp = ">= 1.2.0 and < 2.0.0" 11 - gleam_http = ">= 4.3.0 and < 5.0.0" 13 + shared = { path = "../shared" } 12 14 youid = ">= 1.6.0 and < 2.0.0" 13 - gleam_json = ">= 3.1.0 and < 4.0.0" 14 - envoy = ">= 1.2.0 and < 2.0.0" 15 15 16 16 [dev_dependencies] 17 17 gleeunit = ">= 1.0.0 and < 2.0.0" ··· 21 21 minify = true 22 22 no_html = true 23 23 outdir = "../server/priv/static" 24 + 25 + [tools.lustre.bin] 26 + timeout = 240
+1
client/src/client.css
··· 1 + @import "tailwindcss";