mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
8 lines
199 B
TypeScript
8 lines
199 B
TypeScript
import { cloudflare } from '@cloudflare/vite-plugin'
|
|
import react from '@vitejs/plugin-react'
|
|
import { defineConfig } from 'vite'
|
|
|
|
export default defineConfig({
|
|
plugins: [react(), cloudflare()],
|
|
})
|