mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
6ec040761e
* fix bug, where ts files where not renamed correctly * try to make rename logic more robust * remove log * update tests * update changeset * cleanup * fix lint * debug windows tests * fix windows support * fix cloudflare directory code * use EventContext type * improve for loop * change changeset Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * change changeset Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
5 lines
89 B
Markdown
5 lines
89 B
Markdown
---
|
|
'@astrojs/cloudflare': patch
|
|
---
|
|
|
|
Fix bug where `.ts` files are not renamed to `.js`
|