bottom/scripts/schema/generate.sh
Clement Tsang 5a009987ac
docs: update docs around disable_gpu change. (#1562)
* docs: update changelog

* update docs
2024-08-14 20:27:32 -04:00

8 lines
142 B
Bash
Executable file

#!/bin/bash
set -e
cd "$(dirname "$0")";
cd ../..
cargo run --features="generate_schema" -- --generate_schema > schema/nightly/bottom.json