hicommonwealth / commonwealth

A platform for decentralized communities
https://commonwealth.im
GNU General Public License v3.0
68 stars 44 forks source link

Loads global .env in vite.config to fix vscode extension #9884

Closed Rotorsoft closed 1 week ago

Rotorsoft commented 2 weeks ago

Link to Issue

Closes: #9897

This is the configuration that worked for me locally and using the VSCode extension. I had to disable parallel execution for the extension to be able to run all tests at once. We should continue working on trying to parallelize all tests in the future.

Description of Changes

"How We Fixed It"

Test Plan

Deployment Plan

Other Considerations

Rotorsoft commented 2 weeks ago

Yes @timolegros, I'm using this opportunity to remove unused variables and simplify bootstrapping and configuration. Next step is to work on test parallelization (future PR)