From a7ffd22895c50b900b0880e6b177a5b24ca159e6 Mon Sep 17 00:00:00 2001 From: GitApp Date: Fri, 19 Dec 2025 16:03:01 +0000 Subject: [PATCH] feat(data): add 2 cuisines records (batch 1) --- collections/cuisines/cuis_1766160180478_0.json | 8 ++++++++ collections/cuisines/cuis_1766160180478_1.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 collections/cuisines/cuis_1766160180478_0.json create mode 100644 collections/cuisines/cuis_1766160180478_1.json diff --git a/collections/cuisines/cuis_1766160180478_0.json b/collections/cuisines/cuis_1766160180478_0.json new file mode 100644 index 0000000..978b6f6 --- /dev/null +++ b/collections/cuisines/cuis_1766160180478_0.json @@ -0,0 +1,8 @@ +{ + "name": "Italian", + "region": "Europe", + "description": "Pasta, pizza, and Mediterranean flavors", + "flag": "🇮🇹", + "created": "2025-12-19T16:03:01.153Z", + "updated": "2025-12-19T16:03:01.153Z" +} \ No newline at end of file diff --git a/collections/cuisines/cuis_1766160180478_1.json b/collections/cuisines/cuis_1766160180478_1.json new file mode 100644 index 0000000..4a8085f --- /dev/null +++ b/collections/cuisines/cuis_1766160180478_1.json @@ -0,0 +1,8 @@ +{ + "name": "Japanese", + "region": "Asia", + "description": "Sushi, ramen, and umami flavors", + "flag": "🇯🇵", + "created": "2025-12-19T16:03:01.153Z", + "updated": "2025-12-19T16:03:01.153Z" +} \ No newline at end of file