Rocky_Mountain_Vending/.pnpm-store/v10/files/7f/f2b846d8c9c6a655ec280dea769c2d4a62158b2260a8b4aa99a4c02c059147832447504cfdbc919f1feda05d82883ff04a1a1e6600cd0693cd5b092659b1f7
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
478 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,GACD,OAAO,eAAeA,KAAKC,EAAU;IACnC,OAAO,IAAIC,QAAQ,CAACC,UAAYC,WAAWD,SAASF;AACtD","ignoreList":[0]}