Warning about @evidence-dev/mssql being invalid when a new project is created
Steps to Reproduce
Create a new project using Evidence: New Evidence Project
Logs
npm install ; npm run sources ; npm exec evidence dev -- --open /
added 1434 packages in 12s
> my-evidence-project@0.0.1 sources
> evidence sources
⠸ Loading plugins & sourcesDatasource package "@evidence-dev/mssql" is an invalid Evidence plugin, run again with --debug for more information
✔ Loading plugins & sources
-----
[Processing] needful_things
needful_things ⚠ No results returned.
orders ✔ Finished, wrote 10000 rows.
-----
Evaluated sources, saving manifest
✅ Done!
Forced re-optimization of dependencies
VITE v5.4.6 ready in 780 ms
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
➜ press h + enter to show help
### System Info
_No response_
### Severity
serious, but I can work around it
### Additional Information, or Workarounds
_No response_
Describe the bug
Warning about @evidence-dev/mssql being invalid when a new project is created
Steps to Reproduce
Create a new project using
Evidence: New Evidence Project
Logs