update vite para receber mycloset.epvc.pt
This commit is contained in:
@@ -6,6 +6,7 @@ export default defineConfig({
|
|||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server: {
|
server: {
|
||||||
host: true, // Permite acesso externo
|
host: true, // Permite acesso externo
|
||||||
port: 5173 // Opcional, para garantir a porta
|
port: 5173, // Opcional, para garantir a porta
|
||||||
|
allowedHosts: ['mycloset.epvc.pt', 'localhost'],
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user