fix node not loading correct env files
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import 'dotenv/config';
|
||||
|
||||
console.log('Current NODE_ENV:', process.env.NODE_ENV);
|
||||
console.log('Current BASE_URL:', process.env.BASE_URL);
|
||||
console.log('Current ENVFILE:', process.env.ENVFILE);
|
||||
|
||||
export default ({ config }) => {
|
||||
return {
|
||||
...config,
|
||||
|
||||
Reference in New Issue
Block a user