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 /ui/client-scripts/Cargo.toml | |
| parent | 38c3903265d3f47206e13232606d864b05ad00cc (diff) | |
| download | jellything-1adce5a199952eb6fd3f9ebfc7038f5e479e5271.tar jellything-1adce5a199952eb6fd3f9ebfc7038f5e479e5271.tar.bz2 jellything-1adce5a199952eb6fd3f9ebfc7038f5e479e5271.tar.zst | |
javascript hot reload
Diffstat (limited to 'ui/client-scripts/Cargo.toml')
| -rw-r--r-- | ui/client-scripts/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/client-scripts/Cargo.toml b/ui/client-scripts/Cargo.toml index c6a8d74..329be0d 100644 --- a/ui/client-scripts/Cargo.toml +++ b/ui/client-scripts/Cargo.toml @@ -5,3 +5,7 @@ edition = "2024" [build-dependencies] glob = "0.3.3" + +[features] +# default = ["reload"] +reload = []
\ No newline at end of file |