all repos — stealth-developers @ 124009fe8d16aefd3401cb00740df5e6d26d6a44

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";