Rocky_Mountain_Vending/.pnpm-store/v10/files/13/c65c386f27425e87b6f5e4073d473efa2a2c8d1dcbacea474ace6eca7449b24f46a5eca02814cdf9e3d677b28a9c96dd354a6ff7d2cce194a305a618319e49
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

6 lines
192 B
Text

import { y18n as _y18n } from './index.js';
import nodePlatformShim from './platform-shims/node.js';
const y18n = (opts) => {
return _y18n(opts, nodePlatformShim);
};
export default y18n;