move puzzle generation to server

This commit is contained in:
Zutatensuppe 2020-11-08 14:13:43 +01:00
parent e74a6fd62f
commit 3917c591b0
7 changed files with 207 additions and 213 deletions

View file

@ -2,6 +2,7 @@
"type": "module",
"dependencies": {
"express": "^4.17.1",
"image-size": "^0.9.3",
"ws": "^7.3.1"
}
}