Rocky_Mountain_Vending/.pnpm-store/v10/files/be/695ebab2f7abee18b2b216d3ab99c54e326973cde979609ef1ba1220f8b016501cd07dbdaf4129df1c278cabe1ce9cc5f50beb6d4a9524b2fa1ad45cff2604
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

10 lines
No EOL
207 B
Text

export class ServerManifestLoader {
constructor(getter){
this.getter = getter;
}
load(name) {
return this.getter(name);
}
}
//# sourceMappingURL=server-manifest-loader.js.map