test conf vite

This commit is contained in:
Andreani Jean
2023-04-12 15:47:22 +02:00
parent 0a67948c93
commit ae7dfc9cfd

View File

@@ -6,7 +6,12 @@ import eslintPlugin from 'vite-plugin-eslint'
// https://vitejs.dev/config/
export default defineConfig({
server: {
host: true
host: true,
port: 5173,
strictPort: true,
hmr: {
clientPort: 5173
}
},
base: '/',
plugins: [vue(), eslintPlugin()],