under-falling-skies/histoire.config.js

8 lines
198 B
JavaScript
Raw Permalink Normal View History

2023-01-11 22:25:39 +00:00
import { defineConfig } from 'histoire';
import { HstSvelte } from '@histoire/plugin-svelte';
export default defineConfig({
2023-01-13 17:51:02 +00:00
setupFile: '/src/histoire.setup.js',
plugins: [HstSvelte()],
2023-01-11 22:25:39 +00:00
});