Farm2Market / vite.config.ts
pixel3user
Update Farm2Market demo frontend
f64c30c
raw
history blame contribute delete
136 Bytes
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
});