UNPKG

@procraft/widget-order

Version:

Order widget for landing

11 lines 424 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const dotenv_1 = __importDefault(require("dotenv")); dotenv_1.default.config(); exports.default = { endpoint: process.env.API_ENDPOINT || 'http://localhost:3000/api/', }; //# sourceMappingURL=index.js.map