config.ts 105 B

12
  1. export const isServer = typeof window === undefined;
  2. export const apiHost = "https://novels.yergoo.com";