Rocky_Mountain_Vending/.pnpm-store/v10/files/3b/93e7474c94d5030e319bc821a9136ee20d4bb1e351b388877b6112d60df319300a19a29fb448fdccf10ac0864ff579841af1932b2613aa3ed6082f0e87476c
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.9 KiB
Text

{"version":3,"sources":["../../../src/server/app-render/server-inserted-html.tsx"],"sourcesContent":["/* eslint-disable @next/internal/no-ambiguous-jsx -- whole module is used in React Client */\n// Provider for the `useServerInsertedHTML` API to register callbacks to insert\n// elements into the HTML stream.\n\nimport type { JSX, ReactNode } from 'react'\nimport * as ReactClient from 'react'\nimport { ServerInsertedHTMLContext } from '../../shared/lib/server-inserted-html.shared-runtime'\n\nexport function createServerInsertedHTML() {\n const serverInsertedHTMLCallbacks: (() => ReactNode)[] = []\n const addInsertedHtml = (handler: () => ReactNode) => {\n serverInsertedHTMLCallbacks.push(handler)\n }\n\n return {\n ServerInsertedHTMLProvider({ children }: { children: JSX.Element }) {\n return (\n <ServerInsertedHTMLContext.Provider value={addInsertedHtml}>\n {children}\n </ServerInsertedHTMLContext.Provider>\n )\n },\n renderServerInsertedHTML() {\n return serverInsertedHTMLCallbacks.map((callback, index) => (\n <ReactClient.Fragment key={'__next_server_inserted__' + index}>\n {callback()}\n </ReactClient.Fragment>\n ))\n },\n }\n}\n"],"names":["ReactClient","ServerInsertedHTMLContext","createServerInsertedHTML","serverInsertedHTMLCallbacks","addInsertedHtml","handler","push","ServerInsertedHTMLProvider","children","Provider","value","renderServerInsertedHTML","map","callback","index","Fragment"],"mappings":"AAAA,0FAA0F,GAC1F,+EAA+E;AAC/E,iCAAiC;;AAGjC,YAAYA,iBAAiB,QAAO;AACpC,SAASC,yBAAyB,QAAQ,uDAAsD;AAEhG,OAAO,SAASC;IACd,MAAMC,8BAAmD,EAAE;IAC3D,MAAMC,kBAAkB,CAACC;QACvBF,4BAA4BG,IAAI,CAACD;IACnC;IAEA,OAAO;QACLE,4BAA2B,EAAEC,QAAQ,EAA6B;YAChE,qBACE,KAACP,0BAA0BQ,QAAQ;gBAACC,OAAON;0BACxCI;;QAGP;QACAG;YACE,OAAOR,4BAA4BS,GAAG,CAAC,CAACC,UAAUC,sBAChD,KAACd,YAAYe,QAAQ;8BAClBF;mBADwB,6BAA6BC;QAI5D;IACF;AACF","ignoreList":[0]}