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>
1 line
No EOL
451 B
Text
1 line
No EOL
451 B
Text
{"version":3,"sources":["../../../src/server/lib/types.ts"],"sourcesContent":["import type { IncomingMessage, ServerResponse } from 'http'\n\nimport type { Duplex } from 'stream'\n\nexport type WorkerRequestHandler = (\n req: IncomingMessage,\n res: ServerResponse\n) => Promise<any>\n\nexport type WorkerUpgradeHandler = (\n req: IncomingMessage,\n socket: Duplex,\n head: Buffer\n) => any\n"],"names":[],"mappings":"AASA,WAIQ","ignoreList":[0]} |