/ concept-collection / proofery-web
Sign in
concept-collection / proofery-web
proofery-web / vite.config.ts
7 lines · 161 BCodeBlameHistory
c1bee11initialJeremy Magland 1import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react'
4// https://vite.dev/config/
5export default defineConfig({
6 plugins: [react()],
7})
moveopenescclose