aboutsummaryrefslogtreecommitdiff
path: root/examples/counter/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-12-22 01:37:39 +0000
committerHayleigh Thompson <me@hayleigh.dev>2023-12-22 11:01:21 +0000
commitff3a5e7ce450f1007ae39a47f4e1b431da04a23d (patch)
treee355b8c8cbc5c662b8f700360672d43ae1dce519 /examples/counter/gleam.toml
parentec7b40fc801e5f5af372f7b0b6524ee0bfcf8d3c (diff)
downloadlustre-ff3a5e7ce450f1007ae39a47f4e1b431da04a23d.tar.gz
lustre-ff3a5e7ce450f1007ae39a47f4e1b431da04a23d.zip
:recycle: Refactor example apps to use lustre/try instead of vite.
Diffstat (limited to 'examples/counter/gleam.toml')
-rw-r--r--examples/counter/gleam.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/counter/gleam.toml b/examples/counter/gleam.toml
new file mode 100644
index 0000000..2a5f0f5
--- /dev/null
+++ b/examples/counter/gleam.toml
@@ -0,0 +1,7 @@
+name = "counter"
+version = "1.0.0"
+target = "javascript"
+
+[dependencies]
+gleam_stdlib = "~> 0.34"
+lustre = { path = "../../" } \ No newline at end of file