supabase
This commit is contained in:
@@ -5,12 +5,11 @@ export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 5173,
|
||||
host: '0.0.0.0', // Permite acesso de outras interfaces
|
||||
host: '0.0.0.0',
|
||||
strictPort: false, // Tenta outra porta se 5173 estiver ocupada
|
||||
allowedHosts: ['smartagenda.epvc.pt'],
|
||||
allowedHosts: ['smartagenda.epvc.pt', 'localhost', '127.0.0.1'],
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user