DotEnv returns everything as a string.
- We need a package to convert to booleans, null and integers.
- Also needs to load dot env and the required fields.
- Should come with some default fields baked in.
- Should be able to add and remove required fields.
- Possibly even completely overwrite them.
DotEnv returns everything as a string.