-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate IniFileConfigStore
to @configu/integrations
#516
Labels
Comments
@rannn505 I would like to work on this |
All yours @vr-varad |
@RichardAkman @rannn505 Assign me !! |
hey @i-sanjay-cs u can take over it!!! |
@vr-varad Thanks!! |
Please assign me this issue. |
All yours @SanchitMahajan236 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggestion
Migrate the
IniFileConfigStore
from its current setup to the new@configu/integrations
module as part of the major restructuring. The goal is to move all third-party integrations, including stores, expressions, and libraries, to@configu/integrations
.Motivation
This migration is part of a larger effort to better organize and modularize the product. Moving the
IniFileConfigStore
will align with the new structure, making the system cleaner and more maintainable.Context
You can refer to the already migrated stores for guidance:
Migrated stores in integrations.
Base stores implementations from
@configu/ts
can be found here:Base stores in TS.
The old node-based stores were previously in
@configu/node
:Node stores.
The old browser-based stores were previously in
@configu/browser
:Browser stores.
The text was updated successfully, but these errors were encountered: