zhuguifei
2025-06-17 c1cc49dd93d38f51790558541d6835d1598ecccf
1
2
3
4
5
6
7
8
9
import { type AppConfig } from 'ee-core/config';
 
const config: () => AppConfig = () => {
  return {
    openDevTools: false,
  };
};
 
export default config;