daggerai
Version:
A simple and powerful Typescript based agent framework to help businesses thrive in the AI Agent revolution.
12 lines • 487 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = require("path");
const dotenv_1 = __importDefault(require("dotenv"));
const isDev = process.env.NODE_ENV === 'development';
if (isDev) {
dotenv_1.default.config({ path: (0, path_1.resolve)(__dirname, '../', '.env') });
}
//# sourceMappingURL=env.js.map