feat: troca porta do vire para 3334
parent
e23949103a
commit
f213be7f20
|
@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue';
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [vue()],
|
plugins: [vue()],
|
||||||
server: {
|
server: {
|
||||||
port: 3333,
|
port: 3334,
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue