Skip to content

[DRAFT FOR REFERENCE, DO NOT REVIEW] V6 prod new inference logic - #51

Draft
VijayrajS wants to merge 8 commits into
masterfrom
v6-prod-new-inference-logic
Draft

VijayrajS wants to merge 8 commits into
masterfrom
v6-prod-new-inference-logic

Conversation

@VijayrajS

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread webpack.config.js
const env = dotenv.config().parsed || {};
const env = dotenv.config({ path: path.resolve(__dirname, '.env') }).parsed || {};

const BASE_URL = env.BASE_URL || process.env.BASE_URL;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to see why env variables are here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants