install.astro 120 B

12345
  1. ---
  2. export const prerender = false
  3. return fetch("https://raw.githubusercontent.com/anomalyco/opencode/v2/install")
  4. ---