Files
Flash5/flash-extensions/flash-ext-web-bundler/docs/frontend-selection.md
T

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.