under-falling-skies/histoire.config.js

7 lines
154 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({
2023-01-12 16:13:36 +00:00
plugins: [HstSvelte()],
2023-01-11 22:25:39 +00:00
});