Max Richter
4db1cc7d4f
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m21s
13 lines
256 B
TypeScript
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(),
|
|
],
|
|
})
|