horse-link / horse.link

Official website for https://alpha.horse.link
https://alpha.horse.link
2 stars 0 forks source link

Fix invalid .env.development #536

Closed bazmatic closed 3 months ago

bazmatic commented 1 year ago

Vite uses .env.development at runtime. It's not just a blank template like we used for our old projects. Anything in this file overrides the default .env. Therefore we should not be committing unusable values into this file. In fact, we should probably consider deleting it from the repo.

This PR just removes the invalid entry from this file.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information