feat: implement very crude and bare-bones RSS feed (#5047)

This commit is contained in:
Jakob Lindskog
2024-09-03 13:51:34 +02:00
committed by GitHub
parent 11f108b501
commit 935194bca3
4 changed files with 188 additions and 0 deletions

View File

@@ -94,6 +94,7 @@
"express": "~4.19.2",
"express-basic-auth": "~1.2.1",
"express-static-gzip": "~2.1.7",
"feed": "^4.2.2",
"form-data": "~4.0.0",
"gamedig": "^4.2.0",
"html-escaper": "^3.0.3",