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
After moving everything into plugins that is obvious, the only thing left really that is keeping core from being lightweight and running entirely in the browser or other environments like cloudflare are the native dependency on services.
We should probably move the node-only services into a plugin-node which can then be depended upon by other services, for example discord.
We should have a service registration and locator system, similar to the other plugin registrations.
The text was updated successfully, but these errors were encountered:
After moving everything into plugins that is obvious, the only thing left really that is keeping core from being lightweight and running entirely in the browser or other environments like cloudflare are the native dependency on services.
We should probably move the node-only services into a plugin-node which can then be depended upon by other services, for example discord.
We should have a service registration and locator system, similar to the other plugin registrations.
The text was updated successfully, but these errors were encountered: