Rocky_Mountain_Vending/.pnpm-store/v10/files/00/92f1e0413e4ffdf7e9fcbde9c1865b465aca44ef07f49c57f356c72efac1757c17208d2f51279bc2af7e947ef365cda1c8795d25838273d807f8d9ff486d7f
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

9 lines
111 B
Text

module.exports = {
y: 1 << 0,
n: 1 << 1,
a: 1 << 2,
p: 1 << 3,
u: 1 << 4,
x: 1 << 5,
d: 1 << 6
}