Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/4c676d8141d09725c285eaaf18e905895b06404221d1ff7406148889457ccfde22f7eebec681a5c19eea2412ac384945b33025c762b51ac3d0e9dde0cfcdef
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

13 lines
No EOL
152 B
Text

language: node_js
node_js:
- 6
- 8
- 10
- 12
- stable
before_script:
- npm install -g typescript
- tsc -p ./
script: "npm run coveralls"