mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-26 12:48:48 +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}`);
|
||
|
}
|