Rocky_Mountain_Vending/.pnpm-store/v10/files/62/6167caef446bef9ab37f37992f7f1b679871094b14abdfd0e444e93aff6ca1a76a579bcb4815f108e3b41507d76cc470df1d542f6f2e1d447d123197317848-exec
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

5 lines
117 B
Bash
Executable file

#!/usr/bin/env bash
FILES="`find src -type f -name '*.ts'`"
./node_modules/.bin/clang-format -i -style=file $FILES