forked from Ivasoft/geovisio-website
test conf vite
This commit is contained in:
@@ -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()],
|
||||
|
||||
Reference in New Issue
Block a user