nodes/packages/ui/histoire.config.ts
Max Richter 26d3f6a2f1
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m35s
fix: gravity node
2024-05-02 18:49:08 +02:00

13 lines
256 B
TypeScript

import { defineConfig } from 'histoire'
import { HstSvelte } from '@histoire/plugin-svelte'
export default defineConfig({
setupFile: '/src/histoire.setup.ts',
storyMatch: [
'./src/lib/**/*.story.svelte',
],
plugins: [
HstSvelte(),
],
})