|
|
@@ -6,11 +6,14 @@ export default defineConfig({
|
|
|
server: {
|
|
|
host: true,
|
|
|
port: 5173,
|
|
|
- allowedHosts: ['counter.mixtech.dev.br'],
|
|
|
+ allowedHosts: [
|
|
|
+ '10.80.146.81',
|
|
|
+ 'counter.mixtech.dev.br'
|
|
|
+ ],
|
|
|
hmr: {
|
|
|
- host: 'counter.mixtech.dev.br',
|
|
|
- protocol: 'wss',
|
|
|
- port: 443,
|
|
|
- },
|
|
|
- },
|
|
|
+ host: 'counter.mixtech.dev.br',
|
|
|
+ protocol: 'ws',
|
|
|
+ port: 5173
|
|
|
+ }
|
|
|
+ }
|
|
|
});
|