UNPKG

@constructor-io/constructorio-connect-cli

Version:

CLI tool to enable users to interface with the Constructor Connect Ecosystem

9 lines (6 loc) 166 B
/** * Here you can add any setup that needs to be done before the environment is set up. */ import { config } from "dotenv"; config(); process.env.TEST = "true";