fix: gravity node
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m35s
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m35s
This commit is contained in:
12
packages/ui/histoire.config.ts
Normal file
12
packages/ui/histoire.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from 'histoire'
|
||||
import { HstSvelte } from '@histoire/plugin-svelte'
|
||||
|
||||
export default defineConfig({
|
||||
setupFile: '/src/histoire.setup.ts',
|
||||
storyMatch: [
|
||||
'./src/lib/**/*.story.svelte',
|
||||
],
|
||||
plugins: [
|
||||
HstSvelte(),
|
||||
],
|
||||
})
|
||||
Reference in New Issue
Block a user