// appConfig.js export const config = { globalState: { reducers: { settings: { theme: 'light' // 'light' ou 'dark' } } } };