chore(storybook): switch to yarn and fix Storybook compatibility

- Switch from bun to yarn with node_modules linker
- Downgrade Svelte to 5.46.1 for Storybook compatibility
- Switch Storybook framework from @storybook/sveltekit to @storybook/svelte-vite
- Downgrade Storybook packages to 10.1.11
- Add FSD path aliases to vite.config.ts
- Add Svelte plugin to Storybook viteFinal to handle .svelte files
This commit is contained in:
Ilia Mashkov
2026-03-07 13:35:26 +03:00
parent 3f9f6e3f93
commit 0b2eae33b1
6 changed files with 4371 additions and 25 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules
.yarn
# Output
.output
@@ -27,4 +28,3 @@ package-lock.json
# Git worktrees
.worktrees