website / src /frontend /vite.config.js
Andrej Janchevski
feat(frontend): bootstrap vue+semantic site with homepage and cv page
8bf4795
raw
history blame contribute delete
155 Bytes
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})