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
Currently, we only check the index.js file and the start package.json script when we initialize the configuration for an Express Node.js project. We should also make use of the main1 package.json property instead of the static index.js file.