Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • build
  • external
  • envEnum.ts
  • perf: 实现退出登录
    0d42faab
    ww authored
    2023-03-09 10:46:13 +0800  
    Browse Files »
envEnum.ts 139 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
export enum ProjectRuntimeEnvEnum {
  DEV = 'development',
  PROD = 'production',
  DEV_ALONE = 'alone.dev',
  PROD_ALONE = 'alone.prod'
}