defineConfig
defineConfig(
input):Config
Defined in: packages/core/src/defineScreen.ts:68
Define Screenbook configuration.
Parameters
Section titled “Parameters”ConfigInput = {}
Returns
Section titled “Returns”Example
Section titled “Example”export default defineConfig({ screensDir: "src/screens", outDir: ".screenbook", metaPattern: "**/screen.meta.ts",})