aotds-docks/histoire.config.js

8 lines
205 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({
2023-03-20 20:30:43 +00:00
plugins: [HstSvelte()],
// setupFile: "./src/histoire.setup.js",
2023-03-20 15:59:50 +00:00
});