diff options
author | HampusM <hampus@hampusmat.com> | 2021-05-26 18:50:23 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-05-26 18:50:23 +0200 |
commit | df806dda764ff722742301042ab88b3d91f472c5 (patch) | |
tree | 4fc53caa4dc6a3acc3e61ebff664da56af9a464d /package.json | |
parent | 446b4d8ccc50555a3d9d47237b5511986ad16fe6 (diff) |
Switched web framework from Express.js to Fastify & improved the backend
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |