|| 'localhost'}:${process.env.PORT || 3000}`
} else {
const { protocol, hostname, port } = window.location
options.baseURL = `${protocol}://${hostname}${port ? ':' + port : ''}`
}
Change condition to typeof process !== "undefined"
Обсуждают сегодня