diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-05-11 22:25:14 +0200 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-05-11 22:25:14 +0200 |
commit | 370aaf6ce0c1acc0c96bda93fc86bbe68f142a5b (patch) | |
tree | 1f5ce194f98301f890397ba94249917ae0441452 /test-apps/bool-property-toggle/gleam.toml | |
parent | d7344f497bdff4e512a2b3d5945b0161bfbc5b5b (diff) | |
download | lustre-370aaf6ce0c1acc0c96bda93fc86bbe68f142a5b.tar.gz lustre-370aaf6ce0c1acc0c96bda93fc86bbe68f142a5b.zip |
:sparkles: Create a test app for property diff regressions.
Diffstat (limited to 'test-apps/bool-property-toggle/gleam.toml')
-rw-r--r-- | test-apps/bool-property-toggle/gleam.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test-apps/bool-property-toggle/gleam.toml b/test-apps/bool-property-toggle/gleam.toml new file mode 100644 index 0000000..4a824db --- /dev/null +++ b/test-apps/bool-property-toggle/gleam.toml @@ -0,0 +1,12 @@ +name = "app" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.36" +lustre = { path = "../../" } +lustre_ui = "~> 0.4" + +[dev-dependencies] +gleeunit = "~> 1.0" +lustre_dev_tools = "~> 1.0" |