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
chore: separate hanwritten and generated files in web-playground (vectordotdev#17871)
<!--
**Your PR title must conform to the conventional commit spec!**
<type>(<scope>)!: <description>
* `type` = chore, enhancement, feat, fix, docs
* `!` = OPTIONAL: signals a breaking change
* `scope` = Optional when `type` is "chore" or "docs", available scopes
https://github.com/vectordotdev/vector/blob/master/.github/semantic.yml#L20
* `description` = short description of the change
Examples:
* enhancement(file source): Add `sort` option to sort discovered files
* feat(new source): Initial `statsd` source
* fix(file source): Fix a bug discovering new files
* chore(external docs): Clarify `batch_size` option
-->
closes: vectordotdev#17827
I went with the simplest solution since we might do a major overhaul
later. It should be good enough for now.
0 commit comments