under-falling-skies/histoire.config.js

7 lines
153 B
JavaScript

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