2024-05-27 09:38:33 +08:00

10 lines
168 B
TypeScript

import { defineConfig } from '@umijs/max';
export default defineConfig({
define: {
'process.env': {
API_HOST_URL: 'http://localhost:4399',
},
},
});