diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-19 00:42:53 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-19 00:42:53 +0100 |
| commit | 1adce5a199952eb6fd3f9ebfc7038f5e479e5271 (patch) | |
| tree | 6dd1d254592822913ac187fb301ce4b95a3e5d9a /server | |
| parent | 38c3903265d3f47206e13232606d864b05ad00cc (diff) | |
| download | jellything-1adce5a199952eb6fd3f9ebfc7038f5e479e5271.tar jellything-1adce5a199952eb6fd3f9ebfc7038f5e479e5271.tar.bz2 jellything-1adce5a199952eb6fd3f9ebfc7038f5e479e5271.tar.zst | |
javascript hot reload
Diffstat (limited to 'server')
| -rw-r--r-- | server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 103c919..2871e5a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -35,3 +35,4 @@ tokio-util = { version = "0.7.17", features = ["io", "io-util"] } [features] reload_css = ["jellyui/reload_css"] +reload_js = ["jellyui/reload_js"] |