mirror of
https://github.com/ershisan99/lib-with-storybook-starter.git
synced 2025-12-16 20:59:22 +00:00
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
import react from '@vitejs/plugin-react'
|
|
import { defineConfig } from 'vite'
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
})
|