feat: constant
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { defineConfig } from "@umijs/max";
|
||||
|
||||
import { defineConfig } from '@umijs/max';
|
||||
|
||||
export default defineConfig({
|
||||
define: {
|
||||
'process.env': {
|
||||
API_HOST_URL: 'http://localhost:3000'
|
||||
}
|
||||
}
|
||||
})
|
||||
API_HOST_URL: 'http://localhost:4399',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
@@ -3,7 +3,7 @@ import { defineConfig } from '@umijs/max';
|
||||
export default defineConfig({
|
||||
define: {
|
||||
'process.env': {
|
||||
API_HOST_URL: 'http://localhost:3000',
|
||||
API_HOST_URL: 'http://localhost:4399',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user