diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-25 17:10:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-25 17:10:34 +0200 |
commit | d9fb8bbeb54c7b7feb7a48343c929cf63d8aed2f (patch) | |
tree | 124a538f609ed49034858a88c79c98b912d5f5e7 /data/recipes/default.js | |
parent | 6f5565c49d355b6587102c89b8e5e8547c9956b7 (diff) | |
download | hurrycurry-d9fb8bbeb54c7b7feb7a48343c929cf63d8aed2f.tar hurrycurry-d9fb8bbeb54c7b7feb7a48343c929cf63d8aed2f.tar.bz2 hurrycurry-d9fb8bbeb54c7b7feb7a48343c929cf63d8aed2f.tar.zst |
Add bun crate recipes and to debug map
Diffstat (limited to 'data/recipes/default.js')
-rw-r--r-- | data/recipes/default.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js index cc2dfab4..1c4b7445 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -241,7 +241,7 @@ edible( // Steak const french_fries = sear(cut(potato)).as("french-fries"); -const bun = bake(dough).as("bun") +const bun = either(bake(dough).as("bun"), crate("bun")) edible( bun.tr(PL), french_fries.tr(PL), |