Skip to content

Function: configure()

ts
function configure(command: Configure): Promise<void>;

Configures the Adonis RTU package after it has been installed.

Parameters

ParameterTypeDescription
commandConfigureThe ace configure command provided by Adonis during the configuration process.

Returns

Promise<void>

Remarks

This function peforms the following actions:

  • Creates a stub file for the Adonis RTU server configuration.
  • Updates the Adonis configuration file to include the Adonis RTU server provider.