env.ts 208 Bytes
export const isProduction = process.env.NODE_ENV === 'production';

export const debug = !isProduction;

export const defaultProjectCover = 'https://hisin.oss-cn-hangzhou.aliyuncs.com/tmp/project_cover.png';