log.ts 152 Bytes Edit Raw Blame History 1 2 3 4 5 const projectName = import.meta.env.VITE_GLOB_APP_TITLE; export function warn(message: string) { console.warn(`[${projectName} warn]:${message}`); }