From 146daf2f427b1818c619154be20058e4b61747d8 Mon Sep 17 00:00:00 2001 From: tore-statsig <74584483+tore-statsig@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:20:18 -0700 Subject: [PATCH] Update _GettingStarted.mdx --- docs/server/Templates/_GettingStarted.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/server/Templates/_GettingStarted.mdx b/docs/server/Templates/_GettingStarted.mdx index cb92b2788..9deb9f2bd 100644 --- a/docs/server/Templates/_GettingStarted.mdx +++ b/docs/server/Templates/_GettingStarted.mdx @@ -28,6 +28,10 @@ Do NOT embed your Server Secret Key in client-side applications, or expose it in
{props.initialize}
+
+ You should initialize once for lifecycle of your webserver, and reuse the initialized instance for all subsequent requests +
+ <> {props.skipInitializeDescription || (