feat: simplify data and add cache to LocalFsAdapter

This commit is contained in:
Max Richter
2025-10-05 22:20:43 +02:00
parent fa283d5dd7
commit 6d92c92797
8 changed files with 196 additions and 160 deletions

15
server/README.md Normal file
View File

@@ -0,0 +1,15 @@
## Marka Server
```json
{
"name": "Recipe",
"modTime": 123123123123,
"content": [
{
"name": "Baguette",
"modTime": 123123123123,
}
]
}
```