Athena.utility.config ​
Variables ​
default ​
• default: Object
Type declaration ​
Name | Type |
---|---|
get | () => Promise <IConfig | undefined > |
getAthenaVersion | () => string |
getViteServer | () => string |
getVueDebugMode | () => boolean |
isDevMode | () => boolean |
Defined in ​
Functions ​
get ​
Usage
Athena.utility.config.get(): Promise
<IConfig
| undefined
>
Returns ​
Promise
<IConfig
| undefined
>
Defined in ​
getAthenaVersion ​
Usage
Athena.utility.config.getAthenaVersion(): string
Returns ​
string
Defined in ​
getViteServer ​
Usage
Athena.utility.config.getViteServer(): string
Returns ​
string
Defined in ​
getVueDebugMode ​
Usage
Athena.utility.config.getVueDebugMode(): boolean
Returns ​
boolean
Defined in ​
isDevMode ​
Usage
Athena.utility.config.isDevMode(): boolean
Check if the current server instance is running in dev mode.
Returns ​
boolean