vite.config.ts

This commit is contained in:
草鞋没号 2022-06-05 08:14:45 +08:00
parent ad2bbaca24
commit 85a7919787
1 changed files with 7 additions and 0 deletions

7
vite.config.ts Normal file
View File

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
})