UNPKG

@farcaster/create-mini-app

Version:

Create Farcaster Mini Apps with one command

11 lines (9 loc) 207 B
import react from "@vitejs/plugin-react"; import { defineConfig } from "vite"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], server: { allowedHosts: true, }, });