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 || (