Setting the file. One moment.
Chapter 19 · Clerk Vue Patterns
Subchapter 19.9
templates/vue-basic-auth/vite.config.ts
TypeScript6 lines127 B
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
})