Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 306 Bytes

File metadata and controls

3 lines (3 loc) · 306 Bytes

Types of script configurations and the options used to execute them:

  • script - this type of configuration will be executed by requiring it. As it does not export any value, only runs the code inside.
  • module - The module type referes to modules that export values that needs to be dealt with.