## Description Replace this message here, and write a high-level overview with any additional context (motivation, trade-offs, approaches considered, concerns, ...). ## Type of change - [ ] **๐Ÿ”ง Just code/docs improvement** - [ ] **๐Ÿž Bug fix** - [ ] **๐Ÿš€ New/improved feature** - [ ] **๐Ÿ’ฅ Breaking change** ## Checklist - [ ] I tested my change in a Wasp app to verify that it works as intended. - ๐Ÿงช Tests and apps: - [ ] I added **unit tests** for my change. - [ ] _(if you fixed a bug)_ I added a **regression test** for the bug I fixed. - [ ] _(if you added/updated a feature)_ I added/updated **e2e tests** in `examples/kitchen-sink/e2e-tests`. - [ ] _(if you added/updated a feature)_ I updated the **starter templates** in `waspc/data/Cli/templates`, as needed. - [ ] _(if you added/updated a feature)_ I updated the **example apps** in `examples/`, as needed. - [ ] _(if you updated `examples/tutorials`)_ I updated the tutorial in the docs (and vice versa). - ๐Ÿ“œ Documentation: - [ ] _(if you added/updated a feature)_ I **added/updated the documentation** in `web/docs/`. - ๐Ÿ†• Changelog: _(if change is more than just code/docs improvement)_ - [ ] I updated `waspc/ChangeLog.md` with a **user-friendly** description of the change. - [ ] _(if you did a breaking change)_ I added a step to the current **migration guide** in `web/docs/migration-guides/`. - [ ] I **bumped the `version`** in `waspc/waspc.cabal` to reflect the changes I introduced.