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.

:construction: add oat_ui to lustre's base html

+9
+9
gleam.toml
··· 16 16 gleeunit = ">= 1.0.0 and < 2.0.0" 17 17 lustre_dev_tools = ">= 2.3.6 and < 3.0.0" 18 18 19 + [tools.lustre.html] 20 + stylesheets = [{ href = "https://unpkg.com/@knadh/oat/oat.min.css" }] 21 + scripts = [{ src = "https://unpkg.com/@knadh/oat/oat.min.js" }] 22 + 23 + [tools.lustre.dev] 24 + host = "0.0.0.0" 25 + proxy = { from = "/api", to = "http://localhost:3000/api" } 26 + 27 + 19 28 [tools.lustre.build] 20 29 minify = true 21 30 outdir = "dist"