1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 17:51:35 +02: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 8a695c64b2
commit dc9ec4f093

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"
}
}