Rocky_Mountain_Vending/.pnpm-store/v10/files/7b/34d5b88ed8f2e67959c9ab0c369e3c0040feb364cc555e52b47cd3aafdcb98e6fbdc9f1eca2d71b40992da6207ef68191ec35a8b9b40d07a519438b990a1a5
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

14 lines
215 B
Text

# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false