small prod changes
This commit is contained in:
@@ -18,15 +18,15 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
server: {
|
||||
allowedHosts: [
|
||||
env.VITE_HOST,
|
||||
'localhost',
|
||||
],
|
||||
host: true,
|
||||
port: 5173,
|
||||
strictPort: true,
|
||||
hmr: {
|
||||
host: env.VITE_HOST,
|
||||
protocol: 'wss',
|
||||
clientPort: 443,
|
||||
host: 'localhost',
|
||||
protocol: 'ws',
|
||||
clientPort: 5173,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user