This commit is contained in:
legop3
2025-11-14 02:29:11 -05:00
parent 588c7aa571
commit 440325296c
10 changed files with 56 additions and 19 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"private": true,
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
"dev": "nodemon index.js",
"check:media": "node scripts/checkMedia.js"
},
"dependencies": {
"bcrypt": "^6.0.0",