aotds-docks/histoire.config.js
2023-03-20 16:30:43 -04:00

8 lines
205 B
JavaScript

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