You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Setting configuration variables isn't the most straightforward thing since it either needs to be provided in a file or database entry, with the latter not being ideal.
Describe the solution you'd like
A feature-flag service like Flagsmith would be the easiest way to implement this.
Describe alternatives you've considered
Providing configurations in a config.ts or .env file.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Setting configuration variables isn't the most straightforward thing since it either needs to be provided in a file or database entry, with the latter not being ideal.
Describe the solution you'd like
A feature-flag service like Flagsmith would be the easiest way to implement this.
Describe alternatives you've considered
Providing configurations in a
config.ts
or.env
file.Additional context
N/A
The text was updated successfully, but these errors were encountered: