Rocky_Mountain_Vending/.pnpm-store/v10/files/40/eeadeae3a83eef9a99c596b038fc452f3f18fc4e5bc8cf0c9db3a3d9da2cb77c7f4635e6ce1a1266b857715755b8faa53418b6927c44d3c8ed2bbfeeba7761
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

19 lines
No EOL
928 B
Text

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const runtime_1 = __importDefault(require("next/dist/compiled/react-refresh/runtime"));
if (typeof self !== 'undefined') {
var $RefreshInjected$ = '__reactRefreshInjected';
// Only inject the runtime if it hasn't been injected
if (!self[$RefreshInjected$]) {
runtime_1.default.injectIntoGlobalHook(self);
// Empty implementation to avoid "ReferenceError: variable is not defined" in module which didn't pass builtin:react-refresh-loader
self.$RefreshSig$ = () => (type) => type;
self.$RefreshReg$ = () => { };
// Mark the runtime as injected to prevent double-injection
self[$RefreshInjected$] = true;
}
}
//# sourceMappingURL=rspack-runtime.js.map