Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(knexfile): don't panic if there is no .env file
When running zion on a container usually the envs are provided as configuration parameters from the CLI or in a docker-compose file. This change makes sure that the knexfile doesn't panic if there is no .env file, but uses the process.env directly.
- Loading branch information