Merge branch 'mealie-next' into fix/nuxt3-ui-improvements

This commit is contained in:
Arsène Reymond 2025-06-28 15:14:24 +02:00 committed by GitHub
commit 1a39ed4b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -449,7 +449,7 @@ class AppSettings(AppLoggingSettings):
def app_settings_constructor(data_dir: Path, production: bool, env_file: Path, env_encoding="utf-8") -> AppSettings: def app_settings_constructor(data_dir: Path, production: bool, env_file: Path, env_encoding="utf-8") -> AppSettings:
""" """
app_settings_constructor is a factory function that returns an AppSettings object. It is used to inject the app_settings_constructor is a factory function that returns an AppSettings object. It is used to inject the
required dependencies into the AppSettings object and nested child objects. AppSettings should not be substantiated required dependencies into the AppSettings object and nested child objects. AppSettings should not be instantiated
directly, but rather through this factory function. directly, but rather through this factory function.
""" """
secret_settings = { secret_settings = {