downforacross / downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio
https://downforacrosscom.downforacross1.now.sh
MIT License
233 stars 91 forks source link

Make backend development more windows-friendly #255

Closed JohnHKoh closed 1 year ago

JohnHKoh commented 1 year ago

Adding cross-env to the npm scripts sections for devfrontend and devbackend. I presume these will need to be added for the other scripts as well, but just adding these in for now.

Also making a note about DirEnv since it does not come pre-packaged with Windows, and added a few more env variables that might cause issues if not automatically set. For reference, the following error is returned if the PGUSER/PGPASSWORD is not set.

TypeError [ERR_INVALID_ARG_TYPE]: The "key" argument must be of type string or an instance of Buffer, TypedArray, DataView, or KeyObject. Received null
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
downforacross.com ❌ Failed (Inspect) Dec 29, 2022 at 2:25AM (UTC)
stevenhao commented 1 year ago

great, thanks for making this cleaner!