2022-08-17 15:23:13 +00:00
|
|
|
# `useAppConfig`
|
|
|
|
|
|
|
|
Access [app config](/guide/features/app-config):
|
|
|
|
|
|
|
|
**Usage:**
|
|
|
|
|
|
|
|
```js
|
|
|
|
const appConfig = useAppConfig()
|
|
|
|
|
|
|
|
console.log(appConfig)
|
|
|
|
```
|
|
|
|
|
2022-09-13 12:54:31 +00:00
|
|
|
::ReadMore{link="/guide/directory-structure/app.config"}
|