rebuild: vite

This commit is contained in:
Kisechan
2025-03-02 22:11:27 +08:00
parent c817cc6511
commit a71376fe05
33 changed files with 388 additions and 3228 deletions

View File

@ -1,18 +1,7 @@
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import vueDevTools from 'vite-plugin-vue-devtools'
// https://vite.dev/config/
export default defineConfig({
plugins: [
vue(),
vueDevTools(),
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
plugins: [vue()],
})