nodes/app/histoire.config.ts

9 lines
161 B
TypeScript

import { defineConfig } from 'histoire'
import { HstSvelte } from '@histoire/plugin-svelte'
export default defineConfig({
plugins: [
HstSvelte(),
],
})