puter/packages/backend
KernelDeimos eb05fbd2dc feat: add external mod loading
A package called "useapi" is introduced to provide a dynamic import
system. This import system, rather than relying on the state of the
filesystem, is populated as modules are installed into Puter's kernel.

The "useapi" package is then used to add support for loading external
mod directories as Puter kernel modules, making it possible to mod puter
without any tooling.
2024-06-09 13:14:48 -04:00
..
doc doc(backend): document modules, services, and service-scripts 2024-06-06 20:10:23 -04:00
src feat: add external mod loading 2024-06-09 13:14:48 -04:00
tools Add TokenService and test utility 2024-04-29 21:11:31 -04:00
.gitignore Release backend 2024-03-30 19:08:03 -04:00
exports.js refactor: name from SelfhostedModule to SelfHostedModule 🔨 2024-05-05 07:53:55 +00:00
package.json Put otpauth back on 9.2.4 2024-05-06 02:10:22 -04:00
README.md Add README.md to backend directory 2024-03-30 19:23:43 -04:00