Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch backend to use ES6 imports #130

Open
victorzheng02 opened this issue Jun 24, 2023 · 0 comments
Open

Switch backend to use ES6 imports #130

victorzheng02 opened this issue Jun 24, 2023 · 0 comments

Comments

@victorzheng02
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant