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>
29 lines
No EOL
714 B
Text
29 lines
No EOL
714 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
RequestCookies: null,
|
|
ResponseCookies: null,
|
|
stringifyCookie: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
RequestCookies: function() {
|
|
return _cookies.RequestCookies;
|
|
},
|
|
ResponseCookies: function() {
|
|
return _cookies.ResponseCookies;
|
|
},
|
|
stringifyCookie: function() {
|
|
return _cookies.stringifyCookie;
|
|
}
|
|
});
|
|
const _cookies = require("next/dist/compiled/@edge-runtime/cookies");
|
|
|
|
//# sourceMappingURL=cookies.js.map |