DevtoolsPluginOptions
Import
import { DevtoolsPluginOptions } from "@hyper-fetch/plugin-devtools"
Source
Package
Preview
type DevtoolsPluginOptions = {
appName: string;
debug?: boolean;
environment?: string;
url?: string;
}
Structure
DevtoolsPluginOptions
| Name | Type | Description |
|---|---|---|
| appName | | Name of your application, it will be displayed in the HyperFlow app |
| debug | | Enable debug mode logs, so you can see what's happening in plugin |
| environment | | App environment indication |
| url | | URL of the HyperFlow server Needed only if you change the default port in the HyperFlow app |
