android version

This commit is contained in:
Torsten Schulz (notebook)
2026-05-12 10:21:24 +02:00
parent 32b48909c5
commit 84f57facba
55 changed files with 4580 additions and 8 deletions

View File

@@ -9,6 +9,7 @@
"dev": "concurrently \"npm run dev:server\" \"npm run dev:client\"",
"install:all": "npm install && cd client && npm install",
"build": "cd client && npm run build",
"i18n:android": "node scripts/generate-android-i18n.mjs",
"start": "NODE_ENV=production node server/index.js",
"start:prod": "NODE_ENV=production PORT=4000 node server/index.js"
},
@@ -26,4 +27,3 @@
"concurrently": "^8.2.2"
}
}