Skip to main content

Usage

const appConfig = useAppConfig()

console.log(appConfig)

Parameters

This composable does not take any parameters.

Return Values

appConfig
AppConfig
A reactive object containing the app configuration defined in app.config.ts. The config is reactive and will update automatically when changed.

Type

export function useAppConfig(): AppConfig