summaryrefslogtreecommitdiffstats
path: root/src/utils.ts
blob: 2beebec10aa76e75455bb0477bc99142a461d8ed (plain)
1
2
3
4
export function getHost() {
  // @ts-ignore
  return import.meta.env.DEV ? "localhost:4040" : window.location.host;
}