We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4075a commit 8572315Copy full SHA for 8572315
1 file changed
CHANGES.md
@@ -46,6 +46,17 @@ To be released.
46
[#476]: https://github.com/fedify-dev/fedify/issues/476
47
[#601]: https://github.com/fedify-dev/fedify/pull/601
48
[#652]: https://github.com/fedify-dev/fedify/pull/652
49
+
50
+### @fedify/init
51
52
+ - Fixed errors when using `fedify init` with certain web framework
53
+ integration packages (Astro, ElysiaJS, Nitro) alongside `@fedify/mysql`.
54
+ Environment variables are now properly loaded at runtime, resolving the
55
+ `TypeError: Cannot read properties of undefined` from `mysql2`.
56
+ [[#649], [#656] by ChanHaeng Lee]
57
58
+[#649]: https://github.com/fedify-dev/fedify/issues/649
59
+[#656]: https://github.com/fedify-dev/fedify/pull/656
60
61
62
Version 2.1.3
0 commit comments