Rocky_Mountain_Vending/.pnpm-store/v10/files/85/9e9cd894f69670fa40ea17621fed4228437dfacad4bd060469a252727f79506dd0ee0500e73c96dcdc0e217034cabaa47e56296f4d299dc6774bcc59530516
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

10 lines
372 B
Text

import { init } from './sdk/index.js';
/**
* The @sentry/node/init export can be used with the node --import and --require args to initialize the SDK entirely via
* environment variables.
*
* > SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0 SENTRY_TRACES_SAMPLE_RATE=1.0 node --import=@sentry/node/init app.mjs
*/
init();
//# sourceMappingURL=init.js.map