Rocky_Mountain_Vending/.pnpm-store/v10/files/88/e236333abd8248a1244cc43d40863292a76b668244009950294efae046c17519573becbdeed3fcc06df26b7a57192fad936e167e8ef3e96624268a8c068a7e
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
334 B
Text

// Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2.0 License.
//
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc.
import coolFile from './something.json' assert { type: 'json' }
export default {
data: coolFile.data
}