This commit is contained in:
Ryan McGuire 2025-03-30 20:39:46 -04:00
parent a2ca3622a6
commit 070e94fb55
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -23,3 +23,5 @@ go.work
# Environment
.env
bin/*

View File

@ -1,7 +1,6 @@
CMD_NAME := demo-app # TODO: Update app name
.PHONY: all test build docker install clean proto check_protoc
CMD_NAME := demo-app # TODO: Update app name
VERSION ?= development # Default to "development" if VERSION is not set
API_DIR := api/
PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)