feat: Refactor Docker configurations and server logic

Removes redundant Dockerfiles and configurations, consolidating them into a single set. Updates server logic for handling expense shares and notice targets to ensure correct parsing and deletion of associated records. Introduces a check for family association in the user's profile to prevent rendering payment options when a family is not assigned.
This commit is contained in:
2025-12-09 23:41:17 +01:00
parent 6f70631b78
commit b860eb9fd8
5 changed files with 1 additions and 66 deletions

View File

@@ -1,3 +1,4 @@
const express = require('express');
const cors = require('cors');
const bodyParser = require('body-parser');