feat: simplify data and add cache to LocalFsAdapter
This commit is contained in:
15
server/README.md
Normal file
15
server/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Marka Server
|
||||
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "Recipe",
|
||||
"modTime": 123123123123,
|
||||
"content": [
|
||||
{
|
||||
"name": "Baguette",
|
||||
"modTime": 123123123123,
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user