lemmy/scripts/update_config_defaults.sh
Nutomic 328a48c9f5
Remove error-type feature from lemmy-utils (#4474)
* Remove error-type feature from lemmy-utils

* fixes

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
2024-02-27 11:13:52 -05:00

7 lines
137 B
Bash
Executable file

#!/usr/bin/env bash
set -e
dest=${1-config/defaults.hjson}
cargo run --manifest-path crates/utils/Cargo.toml --features full > "$dest"