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
|
|
|
});
|