aboutsummaryrefslogtreecommitdiff
path: root/src/lustre.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/lustre.gleam')
-rw-r--r--src/lustre.gleam1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lustre.gleam b/src/lustre.gleam
index 13c81a2..40b8059 100644
--- a/src/lustre.gleam
+++ b/src/lustre.gleam
@@ -210,6 +210,7 @@ pub fn main() {
|> glint.with_name("lustre")
|> glint.with_pretty_help(glint.default_pretty_help())
|> glint.add(at: ["add", "esbuild"], do: add.esbuild())
+ |> glint.add(at: ["add", "tailwind"], do: add.tailwind())
|> glint.add(at: ["build", "app"], do: build.app())
|> glint.add(at: ["build", "component"], do: build.component())
|> glint.add(at: ["dev"], do: dev.run())