원클릭으로
fynmesh
fynmesh에는 jchip에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Modify an existing FynApp — change rendering, add/consume/author middleware, adjust exposes or dependencies. Use whenever the user asks to change, extend, fix, or add a feature to a FynApp (any app whose rollup.config imports create-fynapp). NOT for creating a new FynApp (use the create-fynapp CLI) and NOT for a kernel-wide API migration (use fynapp-migrate-kernel).
Update FynApps after the @fynmesh/kernel API changes (a type/method/event renamed, removed, reshaped, or added). Use when the kernel changed and FynApps must be brought back into alignment, or when apps report build/type errors after a kernel update. NOT for a single feature edit to one app (use fynapp-modify).