#1428
Implement Zero-Config Edge Routing
Overview
Activity (12)
Commits (4)
Pipeline
📋 Description
Refactor the edge routing layer to support zero-configuration deployment for static and serverless workloads. The system should automatically detect framework signatures (Next.js, Astro, SvelteKit) and apply optimized routing rules without manual `edge.config` overrides.
AC
@alex.c changed status to In Progress
JS
@jenna.s commented: "Detection logic looks solid. Should we handle custom `_routes.json` overrides as fallback?"
AC
@alex.c pushed 2 commits to feat/edge-auto-route
MT
@marcus.t assigned this issue to @alex.c
📦 Commits
a8f92c1
2 hours ago
feat: add framework signature detection module
b2e14d9
4 hours ago
refactor: simplify routing fallback chain
c9a03f2
Yesterday
chore: update edge config schema v3
⚡ Pipeline Status
⟳
Running: build & test
Triggered 1h ago by @alex.c
✓ lint:passed
✓ type-check:passed
⟳ unit-tests:running...
⏳ deploy-preview:waiting