Changed most data storage to server-side

This commit is contained in:
ION606
2022-08-12 20:01:29 -07:00
parent 3ab442002d
commit c8b3d9b885
10 changed files with 457 additions and 317 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"nginx": "^1.0.8",
"node-fetch": "^3.2.9",
"stripe": "^9.15.0",
"undici": "^5.8.0"
"undici": "^5.8.0",
"uuid": "^8.3.2"
},
"type": "module"
}