2.4.2 erlang/app_paths

Application search path within the project

This configuration is relevant for Erlang projects containing multiple OTP applications, also known as “umbrella projects”.

Application search path is a list of directories relative to the project root, where source code for an OTP application can be found. Template variable ${app} is substituted with the application name.

The first directory in the list that contains "src/${app}.app.src" file is selected as the application source root.

Type

[anvl_lib:filename_pattern()] when
  anvl_lib:filename_pattern() :: string(),
  string() :: [char()].

Default value

["apps/${app}","."]
JavaScript license information