This app has the following entry points:
- main
When running this app, you can override the instance type to be used by
providing the systemRequirements field to /applet-XXXX/run or
/app-XXXX/run, as follows:
{
systemRequirements: {
"main": {"instanceType": "dx_m1.large"}
},
[...]
}
See Run Specification in the API documentation for more information about the available instance types.