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>
11 lines
397 B
Text
11 lines
397 B
Text
"use strict";;
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var tslib_1 = require("tslib");
|
|
var babel_core_1 = tslib_1.__importDefault(require("./babel-core"));
|
|
var flow_1 = tslib_1.__importDefault(require("./flow"));
|
|
function default_1(fork) {
|
|
fork.use(babel_core_1.default);
|
|
fork.use(flow_1.default);
|
|
}
|
|
exports.default = default_1;
|
|
module.exports = exports["default"];
|