From 47e2968b26d57f90ac4ca66278d8520172f76e4e Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 3 Jan 2026 03:33:30 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac15416a3..a04d6b851 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ about that. The project was created with `vite` and is written in `vue3`. Our backend lives in the `server`-directory and mostly communicates via websockets. -Both front and backend share the same `package.json`. +Both frontend and backend share the same `package.json`. For production, the frontend is built into the `dist`-directory and the server (`express.js`) exposes the `dist` directory as the root of the endpoint. For