When I run dart run build_runner build to update my drift database, envied_generator also regenerates the .env.g.dart file. However, when the .env file is missing, it generates a .env.g.dart file with empty values. Is it possible to prevent this? I would like to keep the existing file in that case, if possible.
When I run
dart run build_runner buildto update my drift database,envied_generatoralso regenerates the.env.g.dartfile. However, when the.envfile is missing, it generates a.env.g.dartfile with empty values. Is it possible to prevent this? I would like to keep the existing file in that case, if possible.