chore(vitest): switch to JSON for workspace config

Fixes random error due to the presence of the file in `build` directory.
This commit is contained in:
Elian Doran 2025-03-29 13:40:44 +02:00
parent 0982a0e503
commit fd76f8dac9
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
export default [
[
"vitest.config.ts",
"src/public/app/vitest.config.ts"
];
]