Overview / catPaths
catPaths
const
catPaths:object
It contains various paths and URLs used in the application.
Type declaration
Name | Type | Default value | Description |
---|---|---|---|
assetsPath | string | - | The path to the assets directory. |
assetsUrl | string | - | The URL to the assets directory. |
basePath | string | 'src' | The base path of the application. |
baseUrl | string | - | The base URL of the application. |
pluginsPath | string | - | The path to the plugins directory. |