Skip to content

Read config from JS file #234

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions