Skip to content

Read config from JS file #234

@edbzn

Description

@edbzn

Actually user-flow reads config from JSON config files only, which can be limiting if I want to have clever config, for example:

module.exports = {
  collect: {
    url: process.env.BASE_URL ?? 'https://fallback-url/' ,
    ufPath: "./user-flows"
  }
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions