aboutsummaryrefslogtreecommitdiffstats
path: root/.helix
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-05 18:40:05 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-05 18:40:05 +0100
commit8e6a02f16c3e542492241f585a91fa0100ea7e33 (patch)
tree315c8432368029d8373d75ff12d824c68ab19ce0 /.helix
parentccae86c3b38f829828adc40ab1695b137dc2b070 (diff)
downloadluz-8e6a02f16c3e542492241f585a91fa0100ea7e33.tar.gz
luz-8e6a02f16c3e542492241f585a91fa0100ea7e33.tar.bz2
luz-8e6a02f16c3e542492241f585a91fa0100ea7e33.zip
feat(filamento): reactive_stores support
Diffstat (limited to '.helix')
-rw-r--r--.helix/languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
index fc97b54..7662fff 100644
--- a/.helix/languages.toml
+++ b/.helix/languages.toml
@@ -5,5 +5,5 @@ environment = { "DATABASE_URL" = "sqlite://filamento/filamento.db" }
# check.overrideCommand="cargo check --message-format=json -p luz",
# check.workspace = false,
# cargo.target = "wasm32-unknown-unknown",
-config = { cargo.target = "wasm32-unknown-unknown", cargo.features = ["jid/rusqlite", "stanza/rfc_6121", "stanza/xep_0203", "stanza/rfc_7395", "stanza/xep_0030", "stanza/xep_0060", "stanza/xep_0172", "stanza/xep_0390", "stanza/xep_0128", "stanza/xep_0115", "stanza/xep_0084", "uuid/v4", "tokio/full", "rsasl/provider_base64", "rsasl/plain", "rsasl/config_builder", "rsasl/scram-sha-1"] }
+config = { cargo.target = "wasm32-unknown-unknown", cargo.features = ["jid/rusqlite", "stanza/rfc_6121", "stanza/xep_0203", "stanza/rfc_7395", "stanza/xep_0030", "stanza/xep_0060", "stanza/xep_0172", "stanza/xep_0390", "stanza/xep_0128", "stanza/xep_0115", "stanza/xep_0084", "uuid/v4", "tokio/full", "rsasl/provider_base64", "rsasl/plain", "rsasl/config_builder", "rsasl/scram-sha-1", "stanza/xep_0156"] }
# "sqlx/sqlite", "sqlx/runtime-tokio", "sqlx/uuid", "sqlx/chrono", "jid/sqlx",