Set Platform
caution
This is an clientside feature.
You can set the platform of your application with this method. This method will be used to identify the platform of your application. This feature is crucial if you want to track the platform of your application with the logs.
Accepts string
.
pages/_app.tsx
...
nexys.configure((config) => config.setPlatform(...));
...