import { defineConfig } from "umi"; import routes from './config/routes/index' export default defineConfig({ routes, npmClient: 'yarn', });