From 383428125d03ae643e0dc1da793424494b5967a4 Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Fri, 23 Aug 2024 10:31:19 +0200 Subject: [PATCH] chore: Update NEXT_PUBLIC_LK_TOKEN_ENDPOINT in wrangler.toml configuration file --- wrangler.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wrangler.toml b/wrangler.toml index 7543818..331ee3b 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -6,4 +6,5 @@ compatibility_flags = [ "nodejs_compat" ] send_metrics = false [vars] +NEXT_PUBLIC_LK_TOKEN_ENDPOINT = "/api/token" NEXT_PUBLIC_SHOW_SETTINGS_MENU = "true"