You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//2. Replace placeholder values in `appConfig.js` with actual configuration details specific to their local environment.
//3(optional) If Git already track appConfig.js, YOU may want to use this command git rm --cached appConfig.js to remove appConfig.js from git tracking.
require('dotenv').config(); // This will load environment variables from a .env file