Rocky_Mountain_Vending/.pnpm-store/v10/files/7f/9d4bbfb0a4bbdcfcb400b048692af794dd794e847bb73a13eab7d3b0f04bf1a76e37d94185da64692a43efb17890f00471e6f83db3da1cf5742c9553be0b93
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
703 B
Text

{"version":3,"sources":["../../src/server/cache-dir.ts"],"sourcesContent":["import path from 'path'\nimport isDockerFunction from 'next/dist/compiled/is-docker'\n\nexport function getStorageDirectory(distDir: string): string | undefined {\n const isLikelyEphemeral = isDockerFunction()\n\n if (isLikelyEphemeral) {\n return undefined\n }\n return path.join(distDir, 'cache')\n}\n"],"names":["getStorageDirectory","distDir","isLikelyEphemeral","isDockerFunction","undefined","path","join"],"mappings":";;;;+BAGgBA;;;eAAAA;;;6DAHC;iEACY;;;;;;AAEtB,SAASA,oBAAoBC,OAAe;IACjD,MAAMC,oBAAoBC,IAAAA,iBAAgB;IAE1C,IAAID,mBAAmB;QACrB,OAAOE;IACT;IACA,OAAOC,aAAI,CAACC,IAAI,CAACL,SAAS;AAC5B","ignoreList":[0]}