13 lines
340 B
Markdown
13 lines
340 B
Markdown
# Frontend Selection
|
|
|
|
Frontend integration is explicit through `frontendType`.
|
|
|
|
- No heuristic detection in v1.
|
|
- Deterministic mapping: `FrontendType -> FrontendStrategy`.
|
|
- Current built-in strategy: `VITE`.
|
|
|
|
Extension points:
|
|
|
|
- register custom `FrontendStrategy` implementations in the resolver.
|
|
- override default commands per config.
|