under-falling-skies/histoire.config.js

7 lines
153 B
JavaScript
Raw Normal View History

2023-01-11 22:25:39 +00:00
import { defineConfig } from 'histoire';
import { HstSvelte } from '@histoire/plugin-svelte';
export default defineConfig({
plugins: [HstSvelte()]
});