mirror of
https://github.com/artegoser/ultyt.git
synced 2024-11-05 12:33:59 +03:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
import { defineConfig } from 'vite'
|
|
import react from '@vitejs/plugin-react-swc'
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
})
|