10M-LLM / client /vite.config.js
abancp's picture
openwebbook2
82f9e44
raw
history blame contribute delete
220 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(),tailwindcss()],
})