{"version":3,"file":"isBuild.js","sources":["../../../../src/common/utils/isBuild.ts"],"sourcesContent":["import { PHASE_PRODUCTION_BUILD } from 'next/constants';\n\n/**\n * Decide if the currently running process is part of the build phase or happening at runtime.\n */\nexport function isBuild(): boolean {\n return process.env.NEXT_PHASE === PHASE_PRODUCTION_BUILD;\n}\n"],"names":[],"mappings":";;AAEA;AACA;AACA;AACO,SAAS,OAAO,GAAY;AACnC,EAAE,OAAO,OAAO,CAAC,GAAG,CAAC,UAAA,KAAe,sBAAsB;AAC1D;;;;"}