aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-01-27 17:27:03 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-01-27 17:27:03 +0000
commitdcad7a49d0fa9d17f5e8c8e7677548be2967f364 (patch)
tree11589f10c2421f90cc4c36c41507a46b63d83dab /gleam.toml
parentafb57d6dbdeb1628d420411a41fdbbd479b6732f (diff)
downloadlustre-dcad7a49d0fa9d17f5e8c8e7677548be2967f364.tar.gz
lustre-dcad7a49d0fa9d17f5e8c8e7677548be2967f364.zip
:truck: Move runtime module into internals/.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index b12e429..a7082ed 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -13,7 +13,6 @@ gleam = ">= 0.33.0"
internal_modules = [
"lustre/internals",
"lustre/internals/*",
- "lustre/runtime",
"lustre/try",
]