aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/scripts/debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/scripts/debug.js')
-rw-r--r--server/src/scripts/debug.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/server/src/scripts/debug.js b/server/src/scripts/debug.js
new file mode 100644
index 0000000..3a97d9f
--- /dev/null
+++ b/server/src/scripts/debug.js
@@ -0,0 +1,18 @@
+/**
+ * Server debug test script
+ *
+ * Version: v2.0.0
+ * Developer: Marzavec ( https://github.com/marzavec )
+ * License: WTFPL ( http://www.wtfpl.net/txt/copying/ )
+ *
+ */
+
+'use strict';
+
+// import required classes
+const path = require('path');
+const ConfigManager = require('../managers/config');
+
+// begin tests
+// TODO: TODO
+// TODO