puter/mods/mods_available/kdmod
KernelDeimos 0a47daa289 fix: issues in kdmod
The kdmod module was broken since we renamed packages/ to src/. Also,
the update to mod loading for some unknown reason now requires each call
to require to end with `.js`. As far as I know, this was working
previously.
2024-10-31 18:15:41 -04:00
..
data chore: add missing license headers 2024-07-09 04:10:33 -04:00
gui chore: add missing license headers 2024-07-09 04:10:33 -04:00
CustomPuterService.js chore: add missing license headers 2024-07-09 04:10:33 -04:00
module.js fix: issues in kdmod 2024-10-31 18:15:41 -04:00
package.json feat: add debug mod 2024-06-23 17:35:05 -04:00
README.md feat: add debug mod 2024-06-23 17:35:05 -04:00
ShareTestService.js fix: issues in kdmod 2024-10-31 18:15:41 -04:00

Kernel Dev Mod

This mod makes testing and debugging easier.

Current Features:

  • A service-script adds reqex to the window object in the client, which contains a bunch of example requests to internal API endpoints.