Rocky_Mountain_Vending/.pnpm-store/v10/files/54/eba765ffb775151424a282680ffa9ec9a7ea441ac3a265494048aec201a0316a4ec6b3fee91d227a82a99ad2c3dab38fd5a9f495dcc04b5d42b24374b556cd
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

18 lines
No EOL
1,009 B
Text

// This file should be imported before any others. It sets up the environment
// for later imports to work properly.
import './node-environment-baseline';
// Import as early as possible so that unexpected errors in other extensions are properly formatted.
// Has to come after baseline since error-inspect requires AsyncLocalStorage that baseline provides.
import './node-environment-extensions/error-inspect';
// console file needs to go first because we want to be in a dimmed scope before
// deciding if we ought to write the log to file.
import './node-environment-extensions/console-file';
import './node-environment-extensions/console-exit';
import './node-environment-extensions/console-dim.external';
import './node-environment-extensions/unhandled-rejection';
import './node-environment-extensions/random';
import './node-environment-extensions/date';
import './node-environment-extensions/web-crypto';
import './node-environment-extensions/node-crypto';
//# sourceMappingURL=node-environment.js.map