In reviewing #301, I noticed I cannot run npm run test because it requires a Resend API key.
As far as I know, this key is undocumented in the project and hence, makes it harder to setup the testing environment for developers. It might help to get an overview of these potential issues, and workarounds if relevant.
I ended up running vitest <file> instead, so it was not a blocker, but the Resend API key will be needed if somewhere in the deployment/testing process we want to be able to run npm run test.
Are there any other API keys that are critical?
In reviewing #301, I noticed I cannot run
npm run testbecause it requires a Resend API key.As far as I know, this key is undocumented in the project and hence, makes it harder to setup the testing environment for developers. It might help to get an overview of these potential issues, and workarounds if relevant.
I ended up running
vitest <file>instead, so it was not a blocker, but the Resend API key will be needed if somewhere in the deployment/testing process we want to be able to runnpm run test.Are there any other API keys that are critical?