You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, this is already possible, due to how module specification works in Javascript. All that's needed is that the module's directory contains an importable index.ts file. Should we document this somehow?
This would help decoupling certain logic from the kernel's code, while keeping module files uncluttered. See for example: server_stats module
The text was updated successfully, but these errors were encountered: