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
npm start should use NODE_ENV=development to enable debugging tools for local development. Production mode should only be used for the deployed JS bundle.
The text was updated successfully, but these errors were encountered:
subject-assistant/package.json
Line 7 in 9cfd3a3
npm start
should useNODE_ENV=development
to enable debugging tools for local development. Production mode should only be used for the deployed JS bundle.The text was updated successfully, but these errors were encountered: