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
The v2.0.0 milestone explicitly calls out "multi-framework output (Next.js, Vite, Astro)". Next.js and Vite already exist under templates/; Astro does not.
Acceptance criteria
templates/astro/ directory created with a minimal working Astro starter
scripts/setup-project.sh accepts an --astro flag
Pipeline config knows about Astro app type (or documented why it falls under "web app")
Goal
The v2.0.0 milestone explicitly calls out "multi-framework output (Next.js, Vite, Astro)". Next.js and Vite already exist under
templates/; Astro does not.Acceptance criteria
templates/astro/directory created with a minimal working Astro starterscripts/setup-project.shaccepts an--astroflag./scripts/setup-project.sh demo-astro --astro && cd app && pnpm install && pnpm buildsucceedsMilestone
v2.0.0