1
0
forked from noxious/client

npm update, removed vue dev tools bc bug

This commit is contained in:
2024-10-16 15:45:41 +02:00
parent 2b2c290db0
commit 27e857b9a6
4 changed files with 43 additions and 1389 deletions

View File

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