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