You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/template/start-ready-command.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ When you later create a sandbox from that template, the snapshotted process is *
11
11
This is how you get servers, seeded databases, or any long-running process available instantly when spawning sandboxes with the SDK.
12
12
13
13
<Notetitle="The start command does not run on sandbox creation">
14
-
The start command runs **once during template build** and is captured in a snapshot. It does not re-execute each time you create a sandbox. If you need to run a command every time a sandbox is created, use [`sandbox.commands.run()`](/docs/sandbox/commands) after creating the sandbox instead.
14
+
The start command runs **once during template build** and is captured in a snapshot. It does not re-execute each time you create a sandbox. If you need to run a command every time a sandbox is created, use `sandbox.commands.run()` after creating the sandbox instead.
15
15
</Note>
16
16
17
17
You can see the full build process [here](/docs/template/how-it-works).
0 commit comments