optional remote login repo

This commit is contained in:
Elio Bischof
2025-06-24 05:23:51 +02:00
parent c22b157ea0
commit 10089590f0

View File

@@ -13,7 +13,7 @@ ZITADEL_MASTERKEY ?= MasterkeyNeedsToHave32Characters
export GOCOVERDIR ZITADEL_MASTERKEY
LOGIN_REMOTE_NAME := login
LOGIN_REMOTE_URL := https://github.com/zitadel/typescript.git
LOGIN_REMOTE_URL ?= https://github.com/zitadel/typescript.git
LOGIN_REMOTE_BRANCH ?= main
.PHONY: compile