Attempt to fix build issues in Docker (Again)

This commit is contained in:
Caileb 2025-05-29 16:10:45 -05:00
parent 8ffc999798
commit c02dca29c2

View file

@ -8,13 +8,11 @@
"daemon": "pm2 start index.js --name checkpoint",
"stop": "pm2 stop checkpoint",
"restart": "pm2 restart checkpoint",
"logs": "pm2 logs checkpoint",
"build": "node esbuild.config.js"
"logs": "pm2 logs checkpoint"
},
"devDependencies": {
"nodemon": "^3.0.2",
"prettier": "^2.8.8",
"esbuild": "^0.18.17"
"prettier": "^2.8.8"
},
"dependencies": {
"@iarna/toml": "^2.2.5",