Introduction
Known Issues
- Routes registered for domains other than the root domain are not loaded. Therefore, multi-tenancy with multiple domains is currently not possible.
- The built-in compiler currently only compiles islands and client entry files. Things like SCSS compilation are not supported out of the box. However, the esbuild configuration can be extended from inside
config/radonis.ts
to include additional esbuild plugins. Alternatively, SCSS can be compiled separately and included viawithHeadTags
. - There is currently no HMR or live reloading.