Merge 'Fix sim-schema command ' from Pedro Muniz

Create the directory to store the schema if it does not exists

Reviewed-by: Preston Thorpe <preston@turso.tech>

Closes #2882
This commit is contained in:
Pekka Enberg
2025-09-02 09:08:57 +03:00
committed by GitHub

View File

@@ -207,5 +207,6 @@ endif
.PHONY: merge-pr
sim-schema:
mkdir -p simulator/configs/custom
cargo run -p limbo_sim -- print-schema > simulator/configs/custom/profile-schema.json