Config/initializers gone in Jets 6?

We’re trying to use some gems that require initializers. This is not a Jets + Rails project, it’s simply a small Jets 6 project where we’re using S3 events for lambda functions. We’re trying to use Dynamoid. Where do put them if not config/initializers? I tried adding config/initializers to Jets’ autoload_paths in project.rb but that caused issues.