|
|
@@ -2,15 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
|
|
import { defineConfig } from 'vite';
|
|
|
|
|
|
export default defineConfig({
|
|
|
- plugins: [sveltekit()],
|
|
|
- server: {
|
|
|
- host: true,
|
|
|
- port: 5173,
|
|
|
- allowedHosts: ['dev2.mixtech.dev.br', '10.80.146.81'],
|
|
|
- hmr: {
|
|
|
- host: 'dev2.mixtech.dev.br', // ou seu IP, se acessar por IP
|
|
|
- protocol: 'ws',
|
|
|
- port: 5173,
|
|
|
- }
|
|
|
- }
|
|
|
+ plugins: [sveltekit()]
|
|
|
});
|