Skip to main content

Configuration (Updated)

Configuration

To configure the application, perform the following steps:

!!! Note Application configuration is under the pear property in package.json

  1. Open package.json and update it to:

    {
    ...
    "pear": {
    "gui": {
    "height": 400,
    "width": 700
    }
    }
    ...
    }
  2. Close the app and re-run pear run --dev . to see the changes, the initial window size is different now.

See the Configuration Documentation for all options.

Next