nodes/app/histoire.config.ts

9 lines
161 B
TypeScript
Raw Normal View History

2024-03-06 18:31:06 +01:00
import { defineConfig } from 'histoire'
import { HstSvelte } from '@histoire/plugin-svelte'
export default defineConfig({
plugins: [
HstSvelte(),
],
})