Fix site specification SDK package#3091
Conversation
Console (appwrite/console)Project ID: Sites (1)
Tip Custom domains work with both CNAME for subdomains and NS records for apex domains |
Greptile SummaryThis PR updates the
Confidence Score: 4/5Mostly safe to merge, but the functions settings page can silently clear a function's build and runtime specifications to undefined on every page load when no enabled specs are returned. The sites path received a src/routes/(console)/project-[region]-[project]/functions/function-[function]/settings/+page.ts — the spec-override logic at lines 24–29 needs the same Important Files Changed
Reviews (5): Last reviewed commit: "Merge remote-tracking branch 'origin/mai..." | Re-trigger Greptile |
…e-spec-limits # Conflicts: # bun.lock # package.json

What
@appwrite.io/consoleto the SDK artifact from4851d03listSpecifications({ type: "builds" })for build specification optionslistSpecifications({ type: "runtimes" })for runtime specification optionsenabledForBuilds;enablednow applies to the requested specification typemainTesting
bun run checkbun run lint