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