aotds-docks/histoire.config.js

7 lines
155 B
JavaScript

import { defineConfig } from "histoire";
import { HstSvelte } from "@histoire/plugin-svelte";
export default defineConfig({
plugins: [HstSvelte()],
});