4 lines
116 B
Makefile
4 lines
116 B
Makefile
.PHONY: run-local
|
|
run-local:
|
|
DATABASE_URL=postgres://postgres:foobarbaz@localhost:5432/postgres \
|
|
go run main.go
|