chore(storybook): remove scaffolded example stories

This commit is contained in:
Ilia Mashkov
2026-03-07 10:39:15 +03:00
parent 5bbc19566d
commit ef9d97dde0
6 changed files with 854 additions and 113 deletions

View File

@@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url";
import { svelte } from "@sveltejs/vite-plugin-svelte";
import { defineConfig } from "vitest/config";
const dirname =
const _dirname =
typeof __dirname !== "undefined"
? __dirname
: path.dirname(fileURLToPath(import.meta.url));