Express v5.0.0+ breaks the program, keep using 4 for now.

This commit is contained in:
Hyperling 2025-05-17 09:42:16 -07:00
parent 78ab7735d7
commit f598d8f401

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"express": ">=4.18.1"
"express": ">=4.18.1 < 5.0.0"
},
"scripts": {
"start": "./run.sh"