diff --git a/Makefile b/Makefile index 502f140..823f785 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,6 @@ build: $(wildcard ./src/*.js) run: build ./run.sh + +logs: + journalctl -g "js:" -f