JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

Move .env loading to app.js #22

Closed vaasuu closed 1 year ago

vaasuu commented 1 year ago

server.js was not being loaded during tests so the env files were not being read correctly. app.js is loaded normally and when running tests so it's a better place for these.