Skip to content

Commit 7c87b2b

Browse files
suna-bigclaude
andcommitted
fix: change environment from ec2 to local
- Update ENV_ENVIRONMENT from ec2 to local in Makefile - Align with PR #23 to support local development only 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent f973862 commit 7c87b2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test:
66

77
.PHONY: run
88
run:
9-
@ENV_ENVIRONMENT=ec2 go run main.go
9+
@ENV_ENVIRONMENT=local go run main.go
1010

1111
.PHONY: generate
1212
generate:

0 commit comments

Comments
 (0)