({options})
| 82 | } |
| 83 | |
| 84 | export async function build({options}) { |
| 85 | const parcel = await createParcel(options); |
| 86 | await parcel.run(); |
| 87 | } |
| 88 | |
| 89 | // No core presets to register; previewAnnotations come transitively from |
| 90 | // @storybook/react via core.renderer (see storybook-react-parcel/preset.mjs). |
nothing calls this directly
no test coverage detected