Rocky_Mountain_Vending/.pnpm-store/v10/files/e2/ad7155968b17eb461ebdd41d8bb883b0eb7de687479efdf8d6e6804c5383bab61d1fcf3fb26fe1fe7833ed83e95a54111c5598d8f4c4e062ec6c29ef6c15c9
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
377 B
Text

import { init } from './sdk/index.js';
/**
* The @sentry/node-core/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