Configuration (Updated)
Configuration
To configure the application, perform the following steps:
!!! Note
Application configuration is under the pear property in package.json
-
Open
package.jsonand update it to:{
...
"pear": {
"gui": {
"height": 400,
"width": 700
}
}
...
} -
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.