Rocky_Mountain_Vending/.pnpm-store/v10/files/27/3ea57964a5d6bb6e5754f90dce6e148ee2672bde57e2b6dd44b0464c68a84c06ff653a3ad60c4ce0ffe3b1f55274cb9c55017fcea727a5b208a11bbb862a7e
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.3 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 MiddlewareAssetLoader;
},
raw: function() {
return raw;
}
});
const _loaderutils3 = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/loader-utils3"));
const _getmodulebuildinfo = require("./get-module-build-info");
function _interop_require_default(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
function MiddlewareAssetLoader(source) {
const name = _loaderutils3.default.interpolateName(this, '[name].[hash].[ext]', {
context: this.rootContext,
content: source
});
const filePath = `edge-chunks/asset_${name}`;
const buildInfo = (0, _getmodulebuildinfo.getModuleBuildInfo)(this._module);
buildInfo.nextAssetMiddlewareBinding = {
filePath: `server/${filePath}`,
name
};
this.emitFile(filePath, source);
return `module.exports = ${JSON.stringify(`blob:${name}`)}`;
}
const raw = true;
//# sourceMappingURL=next-middleware-asset-loader.js.map