From df806dda764ff722742301042ab88b3d91f472c5 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 26 May 2021 18:50:23 +0200 Subject: Switched web framework from Express.js to Fastify & improved the backend --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index cc6c830..0e206ff 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "bootstrap": "^5.0.0-beta3", "concurrently": "^6.1.0", "date-fns": "^2.21.3", - "express": "^5.0.0-alpha.8", + "fastify": "^3.16.1", + "fastify-static": "^4.2.2", "highlight.js": "^10.4.1", "js-yaml": "^4.1.0", "nodegit": "^0.27.0", -- cgit v1.2.3-18-g5258