From 965b1476e6a176e9b81e8fe7d79af8f2784c5ed2 Mon Sep 17 00:00:00 2001 From: arhimede Date: Sat, 1 Aug 2026 22:01:59 +0300 Subject: [PATCH] Update index.html.twig Signed-off-by: arhimede --- src/App/templates/app/index.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/templates/app/index.html.twig b/src/App/templates/app/index.html.twig index 864d235..23e4583 100644 --- a/src/App/templates/app/index.html.twig +++ b/src/App/templates/app/index.html.twig @@ -90,14 +90,14 @@

Three applications, one platform

API, Admin and Queue declare the same Core namespaces — the same entities, repositories and services. A User means the same thing to the endpoint that creates it, the admin screen that moderates it and the worker that emails it. - Three deployables that scale independently and never disagree about the domain.

+ Three deployables that scale independently and never disagree about the domain.

Shared domain layer Core\App Core\Admin Core\User Core\Security Core\Setting -

One set of entities and repositories, integrated into each application as a Git submodule.

+

One set of entities and repositorie. Committed in each repo so a single-component start just works — lift it into its own repo and share it as a Git submodule when you add a second.