Should I commit the generated slots.d.ts or let it regenerate on each build?
Project uses typed slot content. The CLI generates a slots.d.ts file.
Deciding between two options. gitignore it and regenerate in CI, or commit it. Not sure if leaving it out breaks the build or just slows it down.
Types come from SlotContent<'home-hero@1'> imported from the package if that matters
Was this helpful?
0 answers
Still have questions?