From cad88089e0270733950ee1fb26f27e5456a1d3bf Mon Sep 17 00:00:00 2001 From: Lamparter <71598437+Lamparter@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:46:32 +0000 Subject: [PATCH] Update codebase structure docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95d2247302..a28cec0b32 100644 --- a/README.md +++ b/README.md @@ -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