10 lines
426 B
JavaScript
10 lines
426 B
JavaScript
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT license.
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.EnvConfigSchema = void 0;
|
|
const tslib_1 = require("tslib");
|
|
tslib_1.__exportStar(require("./envConfig"), exports);
|
|
const EnvConfigSchema = tslib_1.__importStar(require("./envConfig.json"));
|
|
exports.EnvConfigSchema = EnvConfigSchema;
|
|
//# sourceMappingURL=index.js.map
|