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: FEATURES.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,16 @@ In that mode the shell hides schema selection, table navigation, and database-on
26
26
Studio's local development workflow can temporarily replace the published npm `@prisma/dev` package with the sibling source package from `../team-expansion/dev/server`, while also swapping its `@prisma/streams-local` dependency over to a built local Streams checkout.
27
27
That override stays opt-in, rebuilds from the sibling repos by default, and can be reverted without rewriting the tracked lockfile, so experimental Prisma Dev and Durable Streams work can stay local to one Studio checkout.
28
28
29
-
## Compute PR Preview Deploys
29
+
## Compute Preview Deploys
30
30
31
31
Pull requests can publish the current branch into the dedicated `studio-preview`
32
32
Compute project without hand-creating services for each branch.
33
33
The preview workflow derives a stable Compute-safe service name from the branch,
34
34
reuses that service across later pushes, posts the live URL back to the PR, and
35
35
destroys the preview service when the branch is deleted.
36
+
The same deployment path also keeps one reserved `main` preview service updated
37
+
whenever commits land on the default branch, giving consumers a stable preview of
0 commit comments