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

{"version":3,"sources":["../../src/lib/wait.ts"],"sourcesContent":["/**\n * Wait for a given number of milliseconds and then resolve.\n *\n * @param ms the number of milliseconds to wait\n */\nexport async function wait(ms: number) {\n return new Promise((resolve) => setTimeout(resolve, ms))\n}\n"],"names":["wait","ms","Promise","resolve","setTimeout"],"mappings":"AAAA;;;;CAIC;;;;+BACqBA;;;eAAAA;;;AAAf,eAAeA,KAAKC,EAAU;IACnC,OAAO,IAAIC,QAAQ,CAACC,UAAYC,WAAWD,SAASF;AACtD","ignoreList":[0]}