fej/web/vite.config.ts

8 lines
156 B
TypeScript
Raw Permalink Normal View History

2021-04-29 09:58:29 +02:00
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
})