fix language selection and missing locales
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m7s
Build & Push Docker Image / build (release) Successful in 1m10s

This commit is contained in:
2026-02-24 18:40:22 +01:00
parent d79dfe86c7
commit 44ebdcb8ee
6 changed files with 98 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "redlight",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "concurrently -n client,server -c blue,green \"vite\" \"node --watch server/index.js\"",