mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 10:19:39 +03:00
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import { defineConfig } from 'vite'
|
|
import react from '@vitejs/plugin-react'
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react()]
|
|
})
|