Update environment configuration and enhance logging: Add support for loading a local .env file and improve logging behavior based on QUIET_ENV_LOGS settings. Introduce new diagnostic scripts in package.json for town worth and money flow analysis. Adjust production cost calculations in FalukantService to align with updated pricing logic and enhance product initialization parameters.

This commit is contained in:
Torsten Schulz (local)
2026-03-25 13:23:51 +01:00
parent 58140b6be8
commit 36103ca862
15 changed files with 498 additions and 46 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@ node_modules
node_modules/*
**/package-lock.json
backend/.env
backend/.env.local
backend/images
backend/images/*
backend/node_modules