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
{{ message }}
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
In any frontend code, use the import syntax instead of require, and export default instead of module.exports. For backend code such as models, continue using the es5 syntax here because this isn't supported in Node.