9 lines
161 B
TypeScript
9 lines
161 B
TypeScript
|
import { defineConfig } from 'histoire'
|
||
|
import { HstSvelte } from '@histoire/plugin-svelte'
|
||
|
|
||
|
export default defineConfig({
|
||
|
plugins: [
|
||
|
HstSvelte(),
|
||
|
],
|
||
|
})
|