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.
When trying to pull in the default config settings or some of the types for the config for autobot I've struggled with how intertwined some of the internals for auto are.
I'd like to split config types and defaults out into a separate package.
Describe the solution you'd like
A package called @auto-it/schema or @auto-it/config-schema or @auto-it/config (whatever works).
This package would consist primarily of two things:
Detailed ts definitions for the config
Any config defaults
Describe alternatives you've considered
Additional context
One of the big values of this approach is it ensures you're not pulling in any other dependency that auto may rely on but isn't needed specifically for this info. I'm running autobot in lambdas so every byte counts.
Try to faff with tree shaking but it was a bit non-trivial with the current architecture.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When trying to pull in the default config settings or some of the types for the config for
autobot
I've struggled with how intertwined some of the internals for auto are.I'd like to split config types and defaults out into a separate package.
Describe the solution you'd like
A package called
@auto-it/schema
or@auto-it/config-schema
or@auto-it/config
(whatever works).This package would consist primarily of two things:
Describe alternatives you've considered
Additional context
One of the big values of this approach is it ensures you're not pulling in any other dependency that auto may rely on but isn't needed specifically for this info. I'm running
autobot
in lambdas so every byte counts.Try to faff with tree shaking but it was a bit non-trivial with the current architecture.
The text was updated successfully, but these errors were encountered: