docs: update dep graph in the README.md

feature/auth-configure
Artem-Darius Weber 2 years ago
parent c7419cebe7
commit b4da355082

@ -73,7 +73,7 @@ Deploy on SCOS
graph TD;
agw-e2w-->agw;
frontend-e2e-->frontend;
frontend-->agw;
ui-modules-->agw;
agw-->user-data;
user-data-->user-data-db;
user-data-db-->user-data-pg-admin;
@ -81,6 +81,10 @@ graph TD;
auth-client-->auth;
auth-->auth-db;
auth-db-->auth-db-admin;
site-pages-->ui;
site-pages-->ui-modules;
frontend-->site-pages;
site-pages-->site-layouts;
```
## Generate code

Loading…
Cancel
Save