PayButton / paybutton-server

Manage eCash payments received through your online business.
MIT License
7 stars 2 forks source link

Fix/windows env crlf #793

Closed Klakurka closed 10 months ago

Klakurka commented 10 months ago

Description

On Windows, .env was getting its line breaks set to CRLF instead of LF which was causing problems. This forces it to LF.

Test plan

Build should work.