Basic directory analysis.

This commit is contained in:
Patrick Fic
2025-11-04 15:00:44 -08:00
parent 6a1f02c3cb
commit 40b2e0fdf7
9 changed files with 148 additions and 18 deletions

View File

@@ -7,8 +7,8 @@
},
"type": "module",
"scripts": {
"server": "nodemon --exec \"node --import tsx\" server.ts",
"start": "node dist/server.js",
"server": "nodemon --exec \"node --enable-source-maps --import tsx\" server.ts",
"start": "node --enable-source-maps dist/server.js",
"build": "tsc -p .",
"makeitpretty": "prettier --write \"**/*.{css,js,json,jsx,scss,ts}\""
},
@@ -33,6 +33,7 @@
"node-cron": "^4.2.1",
"response-time": "^2.3.4",
"simple-thumbnail": "^1.6.5",
"source-map-support": "^0.5.21",
"winston": "^3.18.3",
"winston-daily-rotate-file": "^5.0.0"
},
@@ -47,6 +48,7 @@
"@types/node": "^24.9.2",
"@types/node-cron": "^3.0.11",
"@types/response-time": "^2.3.9",
"@types/source-map-support": "^0.5.10",
"nodemon": "^3.1.10",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",