diff --git a/data/logs/placeholder.log b/data/logs/placeholder.log new file mode 100644 index 0000000..e69de29 diff --git a/data/upload/placeholder b/data/upload/placeholder new file mode 100644 index 0000000..e69de29 diff --git a/public/js/placeholder.js b/public/js/placeholder.js new file mode 100644 index 0000000..e69de29 diff --git a/scripts/placeholder.ps1 b/scripts/placeholder.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/src/util/bcrypt.js b/src/util/bcrypt.js new file mode 100644 index 0000000..c2e43e2 --- /dev/null +++ b/src/util/bcrypt.js @@ -0,0 +1,5 @@ +const bcryptjs = require("bcryptjs"); + +class Bcrypt {} + +module.exports = new Bcrypt(); diff --git a/src/views/placeholder.ejs b/src/views/placeholder.ejs new file mode 100644 index 0000000..e69de29