config.dev.ts 115 B

123456
  1. export default {
  2. define: {
  3. APIURL: '/api/v1',
  4. 'process.env.UMI_ENV': process.env.UMI_ENV,
  5. }
  6. };