solve camera off focus, load user histories
This commit is contained in:
10
app.config.js
Normal file
10
app.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'dotenv/config';
|
||||
|
||||
export default ({ config }) => {
|
||||
return {
|
||||
...config,
|
||||
extra: {
|
||||
API_BASE_URL: process.env.BASE_URL,
|
||||
},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user