aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gleam.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index a2eac7b..96fd6bd 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -10,5 +10,9 @@ links = [
]
gleam = ">= 0.32.0"
+internal_modules = [
+ "lustre/try",
+]
+
[dependencies]
gleam_stdlib = "~> 0.31"