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