Estimate UI
Some checks failed
Dotnet build and test / build (pull_request) Failing after 5m20s

This commit is contained in:
Paul Schneider 2026-09-13 18:54:27 +01:00
commit 848f8be42f
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
19 changed files with 1235 additions and 14 deletions

View file

@ -95,6 +95,15 @@ showConfig:
@echo CONFIGURATION: $(CONFIGURATION)
@echo BASEAPPDIR: $(BASEAPPDIR)
showApiLogs:
@sudo journalctl -u yavscApi.service -S "2 min ago" | tee yavscApi.log
showOrgLogs:
@sudo journalctl -u yavscOrg.service -S "2 min ago" | tee yavscOrg.log
showBlogsLogs:
@sudo journalctl -u yavscBlogs.service -S "2 min ago" | tee yavscBlogs.log
clean:
@rm -rf generated