import { type AppConfig } from 'ee-core/config'; const config: () => AppConfig = () => { return { openDevTools: { mode: 'bottom' }, jobs: { messageLog: false } }; }; export default config;