CONFIG: Liberando IP da VM

This commit is contained in:
Rafael Alves Lopes 2026-06-11 13:41:06 -03:00
parent a1811712a1
commit 587d718ecc

View File

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