add pretty register endpoint
This commit is contained in:
parent
28f5a12f94
commit
c0ef92fa94
11 changed files with 352 additions and 13 deletions
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ MODD=modd
|
|||
|
||||
include .env
|
||||
|
||||
# make all these env vars available for executed processes
|
||||
VARS:=$(shell sed -ne 's/ *\#.*$$//; /./ s/=.*$$// p' .env )
|
||||
$(foreach v,$(VARS),$(eval $(shell echo export $(v)="$($(v))")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue