Rocky_Mountain_Vending/.pnpm-store/v10/files/2f/f484f95d78558ae9dbd305fb1ed64187bf6fc8f7dbc2d5b966882cd19822947e3ae14c37bf814e8e90c093280d88b2e4f6ba2a3fa204cda58ffdbfa772d5f1
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

46 lines
No EOL
1.2 KiB
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
default: null,
raw: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
default: function() {
return MiddlewareWasmLoader;
},
raw: function() {
return raw;
}
});
const _getmodulebuildinfo = require("./get-module-build-info");
const _crypto = /*#__PURE__*/ _interop_require_default(require("crypto"));
function _interop_require_default(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
function sha1(source) {
return _crypto.default.createHash('sha1').update(source).digest('hex');
}
function MiddlewareWasmLoader(source) {
const name = `wasm_${sha1(source)}`;
const filePath = `edge-chunks/${name}.wasm`;
const buildInfo = (0, _getmodulebuildinfo.getModuleBuildInfo)(this._module);
buildInfo.nextWasmMiddlewareBinding = {
filePath: `server/${filePath}`,
name
};
this.emitFile(`/${filePath}`, source, null);
return `module.exports = ${name};`;
}
const raw = true;
//# sourceMappingURL=next-middleware-wasm-loader.js.map