fix to working state

This commit is contained in:
2023-07-11 18:51:34 +02:00
parent 800ca29531
commit 8f15d9650b
4 changed files with 269 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
"dependencies": {
"@sveltejs/adapter-node": "^1.2.4",
"mongoose": "^7.3.0",
"sass": "^1.63.4"
"sass": "^1.63.4",
"sharp": "^0.32.1"
}
}