Initial commit

This commit is contained in:
2026-06-24 13:07:52 +02:00
commit bea7289c00
19 changed files with 6349 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/*
! /startup/modules/directoryDependencies.js — Directory Dependency Loader
? This module loads every directory, creates or updates the user folder and returns them to the boot loader.
*/
module.exports = async (splash, npm) => {
};