feat: new CLI, Styles and more (#637)

This commit is contained in:
shadcn
2023-06-22 22:44:52 +04:00
committed by GitHub
parent 3d717f992b
commit eeb17545a1
658 changed files with 23389 additions and 4729 deletions

9
vitest.config.ts Normal file
View File

@@ -0,0 +1,9 @@
import tsconfigPaths from "vite-tsconfig-paths"
import { defineConfig } from "vitest/config"
export default defineConfig({
test: {
// ...
},
plugins: [tsconfigPaths()],
})