mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
8 lines
186 B
TypeScript
8 lines
186 B
TypeScript
import { defineConfig } from 'histoire';
|
|
import { HstSvelte } from '@histoire/plugin-svelte';
|
|
|
|
export default defineConfig({
|
|
plugins: [HstSvelte()],
|
|
setupFile: 'histoire.setup.ts'
|
|
});
|