ADD debug local rule to make file

This commit is contained in:
maximo tejeda 2025-02-23 09:49:10 -04:00
parent 50bcb37513
commit 8372d75457

View File

@ -39,6 +39,8 @@ run-image-debug: build-image-debug
run-local:clean build
@bin/$(BINAME)
debug-local: clean build
@dlv debug ./cmd/bot/.
run-webapp: clean build
@bin/$(BINAME)-webapp