Rocky_Mountain_Vending/.pnpm-store/v10/files/eb/5994b9a0a2313a986862a26b94eb62bc8bd900481e7a83a23ee649e76e781c6157ab6f2e3f7cad159c751e95dc2c422f454301d7712a0ff8ee014fc93c589e
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

1 line
No EOL
1.4 KiB
Text

{"version":3,"sources":["../../../src/server/node-environment-extensions/global-behaviors.tsx"],"sourcesContent":["/**\n * Unlike most files in the node-environment-extensions folder this one is not\n * an extension itself but it exposes a function to install config based global\n * behaviors that should be loaded whenever a Node Server or Node Worker are created.\n */\nimport type { NextConfigComplete } from '../config-shared'\nimport { InvariantError } from '../../shared/lib/invariant-error'\n\nimport { setAbortedLogsStyle } from './console-dim.external'\n\nexport function installGlobalBehaviors(config: NextConfigComplete) {\n if (process.env.NEXT_RUNTIME === 'edge') {\n throw new InvariantError(\n 'Expected not to install Node.js global behaviors in the edge runtime.'\n )\n }\n\n if (config.experimental?.hideLogsAfterAbort === true) {\n setAbortedLogsStyle('hidden')\n } else {\n setAbortedLogsStyle('dimmed')\n }\n}\n"],"names":["InvariantError","setAbortedLogsStyle","installGlobalBehaviors","config","process","env","NEXT_RUNTIME","experimental","hideLogsAfterAbort"],"mappings":"AAAA;;;;CAIC,GAED,SAASA,cAAc,QAAQ,mCAAkC;AAEjE,SAASC,mBAAmB,QAAQ,yBAAwB;AAE5D,OAAO,SAASC,uBAAuBC,MAA0B;QAO3DA;IANJ,IAAIC,QAAQC,GAAG,CAACC,YAAY,KAAK,QAAQ;QACvC,MAAM,qBAEL,CAFK,IAAIN,eACR,0EADI,qBAAA;mBAAA;wBAAA;0BAAA;QAEN;IACF;IAEA,IAAIG,EAAAA,uBAAAA,OAAOI,YAAY,qBAAnBJ,qBAAqBK,kBAAkB,MAAK,MAAM;QACpDP,oBAAoB;IACtB,OAAO;QACLA,oBAAoB;IACtB;AACF","ignoreList":[0]}