Change8

@sveltejs/adapter-node@5.5.6

📦 sveltekitView on GitHub →
🐛 3 fixes

Summary

This patch release addresses several critical bugs, including a server crash caused by a circular dependency and incorrect root directory resolution, while ensuring ENV_PREFIX is defined.

🐛 Bug Fixes

  • Avoided circular dependency between server initialisation and hook retrieval that caused the app to crash on start.
  • Correctly resolved root directory on the server.
  • Ensured that ENV_PREFIX is defined.