1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00

Add nan to dependencies

sqlite requires it, setup not going through without it, and manual install isn't working. does work when adding to dependencies tho.
This commit is contained in:
Xenorio 2022-03-03 23:09:05 +01:00 committed by Erkin Alp Güney
parent 867b1979c4
commit 70e0bd2003

View File

@ -105,6 +105,7 @@
"typeorm": "^0.2.37",
"typescript": "^4.1.2",
"typescript-json-schema": "^0.50.1",
"ws": "^7.4.2"
"ws": "^7.4.2",
"nan": "^2.15.0"
}
}