Content Manager: Added Documentation, Implemented functional approach to the HTML table generation and refactored API codes, Using DOM purifier to prevent XSS

This commit is contained in:
2024-11-29 01:40:44 +09:00
parent 234b93d711
commit 3ddcf5fa5e
45 changed files with 16953 additions and 70 deletions

View File

@@ -5,7 +5,8 @@
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon --watch . --ignore pages"
"dev": "nodemon --watch . --ignore pages",
"documentation": "jsdoc -c ./jsdoc-conf.json"
},
"type": "module",
"author": "kenryus",