Summary
Investigate and add support for .env files so apps built with LadrillosJS can consume environment variables (API URLs, feature flags, keys, etc.).
Motivation
Right now there's no built-in way to inject environment config. Users have to hardcode values or roll their own solution. This is common enough that it should be documented or supported.
Summary
Investigate and add support for .env files so apps built with LadrillosJS can consume environment variables (API URLs, feature flags, keys, etc.).
Motivation
Right now there's no built-in way to inject environment config. Users have to hardcode values or roll their own solution. This is common enough that it should be documented or supported.