Archived
3
0

sketch the news module architecture (#2)

* make rough news module structure prototype

* update generic structure

* remove auth from news module structure
This commit is contained in:
2025-03-12 22:42:06 +01:00
committed by GitHub
parent c342cfd877
commit 975ebedace
6 changed files with 58 additions and 8 deletions

View File

@@ -1,9 +1,11 @@
.PHONY: build
build: dst .WAIT \
dst/system_arch.svg
dst/system_arch.svg \
dst/news_module.svg
export: exports .WAIT \
exports/system_arch.svg
exports/system_arch.svg \
exports/news_module.svg
dst:
mkdir dst