vite.config.ts (155B)
1 import { defineConfig } from 'vite' 2 import vue from '@vitejs/plugin-vue' 3 4 // https://vite.dev/config/ 5 export default defineConfig({ 6 plugins: [vue()], 7 })
oshiphotoUnnamed repository; edit this file 'description' to name the repository. | |
| Log | Files | Refs | README |