Rocky_Mountain_Vending/.pnpm-store/v10/files/cb/ec3ca8bb674b12c11c3005431cadba32353165eae080566828f02083b8315129fad8bf0428e53ab3f3117046fc8821f2d31c71c38935897624bc83d26f2c3a
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

12 lines
275 B
Text

/**
* @license
* Copyright 2019 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview A smokehouse frontend for running within a node process.
*/
// Smokehouse is runnable from within node, so just a no-op for now.
export * from '../smokehouse.js';