Skip to content

Commit

Permalink
[0.1.14.3] + refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnella Kyle San Juan committed Jun 12, 2024
1 parent 7f6eec3 commit af393d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
import { resolve } from 'path'
import {defineConfig} from 'vite'
import WindiCSS from 'vite-plugin-windicss'
import RubyPlugin from 'vite-plugin-ruby'
import vue from '@vitejs/plugin-vue'
import components from 'unplugin-vue-components/vite'

export default defineConfig({
plugins: [
vue(),
WindiCSS(),
RubyPlugin(),
components({
dirs: [resolve(__dirname, '_frontend/components')],
resolvers: [

]
})
],
})

0 comments on commit af393d3

Please sign in to comment.