vite.config.js 에 아래 항목 추가할 것
export default defineConfig({ plugins: [react()], server: { host: '0.0.0.0' }, })