Rocky_Mountain_Vending/.pnpm-store/v10/files/ed/db7b763e9f0ec5b6229bfd4f146d0778cdd501e36ab112b880566e31ba8e968ca50b41b641b29f375eec48981564ade5ebaf393abc923ea3e9cf88b037351d
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
221 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.allowedDisplayValues = void 0;
exports.allowedDisplayValues = [
'auto',
'block',
'swap',
'fallback',
'optional',
];