Rocky_Mountain_Vending/.pnpm-store/v10/files/1c/100d181425087be755fbd5bf106ce077516be7d57d3a9f0700d365d14665cabf1cce0548de9db22fab02ee493b79cb06cc5964a83c6395ab25c2870875b1ea
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

8 lines
183 B
Text

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