mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 11:51:22 +00:00
10 lines
184 B
TypeScript
10 lines
184 B
TypeScript
import vue from '@vitejs/plugin-vue'
|
|
import vike from 'vike/plugin'
|
|
import { UserConfig } from 'vite'
|
|
|
|
const config: UserConfig = {
|
|
plugins: [vue(), vike()]
|
|
}
|
|
|
|
export default config
|