UNPKG

test-iki-mini-app

Version:

ứng dựng bán hàng trên mini app z a l o

12 lines (10 loc) 245 B
import { defineConfig } from "vite"; import reactRefresh from "@vitejs/plugin-react-refresh"; // https://vitejs.dev/config/ export default () => { return defineConfig({ root: "./src", base: "", plugins: [reactRefresh()], }); };