diff options
| author | Bobby <[email protected]> | 2025-04-13 18:41:17 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-04-13 18:41:17 +0530 |
| commit | 6b486844a18fe8bf9b4ca4bdd3c44f45094e03e5 (patch) | |
| tree | b2655928e1fd60516619359ba214015084b05b9c /Makefile | |
| parent | f884a0fe47f7403850de650d3be3733420ac5986 (diff) | |
| download | ai-6b486844a18fe8bf9b4ca4bdd3c44f45094e03e5.tar.xz ai-6b486844a18fe8bf9b4ca4bdd3c44f45094e03e5.zip | |
refactor; add logging; add disconnect; supress opus warnings
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ run: dev: $(call ensure_setup) @echo "Running in development mode..." - @go run $(MAIN_PATH) || true + @go run $(MAIN_PATH) 2>/dev/null || true all: setup clean build run |
