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

Can we make the backend-boilerplate like the building-blocks? #21

Open
3 tasks
samuko-things opened this issue Nov 7, 2024 · 0 comments
Open
3 tasks

Comments

@samuko-things
Copy link

Bug description

The building-blocks development is done such that we only have to write our development code in typescript. this typescript code is then built and can be used in cjs or esm nodejs projects.
Currently in the backend-boilerplate, development has to be done in typescript, commonjs, and esm.
Can we make the backend-boilerplate such that, like the building-blocks, we would only have to develop in typescript and the typescript code can be built/converted to be used by commonjs and esm project (without having to develop separately in commonjs and esm)?

Testing checklist

Important

Supply this crucial information to help us serve you better. Remove this alert notice, leave the note to contributor intro as it is, and follow the direction to add testing checklists as shown in the list with checkboxes.

Note (to contributor taking on this task assignment): Add the testing checklist below (without this note) to your pull request when submitting your fix. This will guide (you and) the contributors who will review your fix to know what is important to check or test for.

  • Add checklist item 1 here
  • Add cheklist item 2 here... Continue adding as much checklist items as you would like...
  • I certify that I ran my checklist
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