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 55ae65a commit bef0b7fCopy full SHA for bef0b7f
CHANGES.md
@@ -47,6 +47,17 @@ To be released.
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.4
63
-------------
0 commit comments