sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.8k stars 8.16k forks source link

refactor(secrets): require ignored .env #1216

Closed theRemix closed 1 year ago

theRemix commented 1 year ago

related to #1210

Error message

if the user does not create a .env file, the following message is displayed and the process exits.

❗You probably forgot to create a '.env' file.❗
      Copy .env.example to .env
YasharF commented 1 year ago

The current .env setup is by design.