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"