Setting the file. One moment.
Skill 14 · Clerk React Patterns
Subchapter 14.10
Assets
IndexAlso bundled
Evalstemplates/react-basic-auth/vite.config.ts
TypeScript6 lines132 B
import react from "@vitejs/plugin-react"
import { defineConfig } from "vite"
export default defineConfig({
plugins: [react()],
})