feat: troca porta do vire para 3334

master
Artur Oliveira 2025-08-21 10:19:04 -03:00
parent e23949103a
commit f213be7f20
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue';
export default defineConfig({
plugins: [vue()],
server: {
port: 3333,
port: 3334,
host: '0.0.0.0',
},
});