Rocky_Mountain_Vending/.pnpm-store/v10/files/26/f7ddac869c66f4a6982fd24a8928171f1e60d4765f64a561331a22b192a17fbd716abb0d8a68ecb83be43bdb9fe0da9cde5c08d247f8a1d2e872b80c86cd47
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

2 lines
127 B
Text

declare const whenExit: (callback: import("../types.js").Callback) => import("../types.js").Disposer;
export default whenExit;