UNPKG

@interopio/cli

Version:

Interop.io CLI - a command line for creating Interop.io applications

6 lines (5 loc) 106 B
import { config } from "dotenv"; const envSetup = async () => { config(); }; export default envSetup;