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": "mem2_hdd2_x2"}
},
[...]
}
See Run Specification in the API documentation for more information about the available instance types.