Spaces:
Building
Building
File size: 341 Bytes
ba5c923 |
1 2 3 4 5 6 7 8 9 |
"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();
console.log("✔ All test has been passed");
|