lexicongovernance / pluraltools-backend

Backend implementation of the plural voting tool.
https://demo.lexicongovernance.org/
GNU General Public License v3.0
3 stars 1 forks source link

Remove node on dev environment #314

Closed diegoalzate closed 5 months ago

diegoalzate commented 5 months ago

overview

removes all pnpm/esbuild magic on dev environment. keeping bun as dev runtime but node stays on production to not get any unexpected results.

we will not be adding bun as a dev dep, it is added as a requirement on for the developer to have this on their machine. the same way we treat node.

diegoalzate commented 5 months ago

still not reliable on windows