UNPKG

hackages

Version:

CLI tool for learning software development concepts through test-driven development

6 lines (5 loc) 135 B
import dotenv from "dotenv"; dotenv.config(); export const config = { apiUrl: process.env.API_URL || "https://www.hackages.ai", };