Update codebase structure docs

This commit is contained in:
Lamparter 2024-12-13 16:46:32 +00:00 committed by GitHub
parent a36201b32e
commit cad88089e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,11 +71,11 @@ The repository includes deployment configurations for **Docker and docker-compos
├──db // Database files for Mastodon's information database (Host-specific backend)
├──dist // Collection of code files relating app hosting on domains and port relations
├──lib // Code and file library
├──log // Hosting logs (Host-specific backend; reserved for Mastodon hosting)
├──log // Hosting logs
├──public // Static resource files
├──spec // Helpers, presenters, and other code models
├──streaming // (Host-specific backend; reserved for Mastodon hosting)
└──vendor // (Host-specific backend; reserved for Mastodon hosting)
├──streaming // Streaming API service
└──vendor
```
## 🛠️ Building from source