feat: initial implementation of recipe catalog
Some checks are pending
tests / ci (push) Waiting to run

This commit is contained in:
Benjamin Nussbaum 2025-08-27 13:04:06 +02:00
parent 7434911275
commit 6d7968a7b0
6 changed files with 399 additions and 8 deletions

View file

@ -152,4 +152,5 @@ return [
'version' => env('APP_VERSION', null),
'catalog_url' => env('CATALOG_URL', 'https://raw.githubusercontent.com/bnussbau/trmnl-recipe-catalog/refs/heads/main/catalog.yaml'),
];