all repos — stealth-developers @ fa9b0a4f697756561c2736f8bce24a278c9aef53

apps/web/src/lib/constants.ts (view raw)

 1
 2
export const IS_DEVELOPMENT = import.meta.env.DEV;
export const LOGIN_LINK = IS_DEVELOPMENT ? "http://127.0.0.1:3000/auth/login" : "/auth/login";