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 the backend is using requires while frontend uses ES6 imports. So despite this being a monorepo, things such as constants can not be shared across both. We should switch the backend to use es6 imports, as we now have duplicate constants as a result of not being able to share.
The text was updated successfully, but these errors were encountered:
Currently the backend is using requires while frontend uses ES6 imports. So despite this being a monorepo, things such as constants can not be shared across both. We should switch the backend to use es6 imports, as we now have duplicate constants as a result of not being able to share.
The text was updated successfully, but these errors were encountered: