feat(examples): add platform feature recipes - #10
Conversation
…-zero Four new recipes covering the platform lanes the catalog was missing: Next.js static export with Site Accelerator images (trailhead), Next.js SSR on the Functions runtime (unfurl), an Astro build composed with a Zero capsule in one space (astro-zero), and WordPress content at build time plus a Zero interactive layer (wp-zero). The publish workflow learns the three new build shapes: a functions lane, a framework-staged zero layout with the capsule root in site/dist, site/out publish-dir resolution, and --skip-build for zero publishes. The manifest schema accepts runtime "functions".
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Why
The examples repository needs real framework combinations for every publish lane.
Scope
trailhead,unfurl,astro-zero, andwp-zero.site/out, and--skip-build.Blast Radius
unfurlcannot publish until spacefast/monorepo#2674 ships in a released CLI.Verification
sf dev,sf build, dry-run publish plans, and browser realtime checks covered the recipes.