mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
const projectName = import.meta.env.VITE_GLOB_APP_TITLE;
|
|
export function warn(message: string) {
|
|
console.warn(`[${projectName} warn]:${message}`);
|
|
}
|