Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/server/Templates/_GettingStarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Do NOT embed your Server Secret Key in client-side applications, or expose it in

<div>{props.initialize}</div>

<div>
You should initialize once for lifecycle of your webserver, and reuse the initialized instance for all subsequent requests
</div>

<>
{props.skipInitializeDescription || (
<div>
Expand Down