naxodev / oss

Open Source Software (OSS) projects by naxodev
https://naxo.dev
MIT License
19 stars 1 forks source link

feat: install vitest using crystal #41

Closed NachoVazquez closed 5 months ago

NachoVazquez commented 5 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

We were manually configuring vite and adding the commando to the package.json

Fixes: #39

What is the new behavior?

We configure vite using the crystal project, which aligns better with Nx and reduces boilerplate.

Does this PR introduce a breaking change?

[ ] Yes
[x] No