export const PUBLIC_ROUTES: string[] = ["/", "/api/stripe"]; export const API_AUTH_PREFIX = "/api/auth"; export const AUTH_ROUTES = ["/login", "/register"]; export const DEFAULT_LOGIN_REDIRECTED = "/dashboard";