this is awful right now

This commit is contained in:
biglyderv 2025-04-01 18:14:36 -04:00
commit 353bd175b0
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
7 changed files with 991 additions and 0 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"type": "module",
"dependencies": {
"express": "^5.1.0"
}
}