UNPKG

@constructor-io/constructorio-connect-cli

Version:

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

16 lines (12 loc) 428 B
// @ts-check const connections = "{{REPLACE_CONNECTIONS}}"; /** * Defines your CLI configuration. * * This object maps your Constructor indexes to your templates, effectively enabling you to have * multiple environments, multiple templates per environment and per index. * * @type {import("@constructor-io/constructorio-connect-cli/dist/types").Config} */ const config = "{{REPLACE_CONFIG}}"; module.exports = config;