working monitor and output

This commit is contained in:
2025-09-21 01:30:19 +02:00
parent ba2ccd3611
commit e59547538f
7 changed files with 98 additions and 64 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ build:
.PHONY: run
run: build
./build/$(TARGET) $(TEST_ARGS) --hot-reload
./build/$(TARGET) $(TEST_ARGS) --monitor-only --hot-reload
.PHONY: demo
demo: build