mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-27 14:57:10 +08:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
const debug = import.meta.env.MODE !== 'production';
|
|
|
|
export default debug;
|