aotds-docks/histoire.config.js

7 lines
155 B
JavaScript
Raw Normal View History

2023-03-20 15:59:50 +00:00
import { defineConfig } from "histoire";
import { HstSvelte } from "@histoire/plugin-svelte";
export default defineConfig({
plugins: [HstSvelte()],
});