mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-27 01:25:48 +01:00
After Legacy/v2 endpoints refactoring the old build command fails with: ./main.go:152:2: undefined: RegisterLegacyEndpoints ./main.go:153:2: undefined: RegisterV2Endpoints
6 lines
70 B
Makefile
6 lines
70 B
Makefile
.env:
|
|
cp .env_example .env
|
|
|
|
build:
|
|
CGO_ENABLED=0 go build -o lndhub
|