Function: configure()
ts
function configure(command: Configure): Promise<void>;Configures the Adonis RTU package after it has been installed.
Parameters
| Parameter | Type | Description |
|---|---|---|
command | Configure | The 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.