7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
import { defineConfig } from 'histoire';
|
|
import { HstSvelte } from '@histoire/plugin-svelte';
|
|
|
|
export default defineConfig({
|
|
plugins: [HstSvelte()],
|
|
});
|