feat(data): add 2 tags records (batch 1)
This commit is contained in:
parent
a7ffd22895
commit
b2dcfef630
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Vegetarian",
|
||||||
|
"color": "#22c55e",
|
||||||
|
"created": "2025-12-19T16:03:01.678Z",
|
||||||
|
"updated": "2025-12-19T16:03:01.678Z"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Vegan",
|
||||||
|
"color": "#16a34a",
|
||||||
|
"created": "2025-12-19T16:03:01.678Z",
|
||||||
|
"updated": "2025-12-19T16:03:01.678Z"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue