mirror of
https://github.com/tiennm99/exchange-rate-export.git
synced 2026-05-14 04:58:22 +00:00
9 lines
229 B
JavaScript
9 lines
229 B
JavaScript
import { defineConfig } from 'vite'
|
|
import react from '@vitejs/plugin-react'
|
|
|
|
import { cloudflare } from "@cloudflare/vite-plugin";
|
|
|
|
// https://vite.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react(), cloudflare()],
|
|
}) |