CONFIG: Liberado IP privado da VM

This commit is contained in:
Rafael Alves Lopes 2026-06-16 09:30:47 -03:00
parent 587d718ecc
commit 26904877c6

View File

@ -6,7 +6,7 @@ export default defineConfig({
server: {
host: '0.0.0.0',
port: 3000,
allowedHosts: ['177.73.177.75', 'localhost'],
allowedHosts: ['177.73.177.75', 'localhost', '10.0.120.77'],
},
preview: {
host: '0.0.0.0',