docs(multi lang support): work on getting multi lang support working

This commit is contained in:
2025-09-06 11:58:40 -05:00
parent 1508fb2fa7
commit 945048f43e
39 changed files with 259 additions and 93 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:app": "dotenvx run -f .env -- tsx watch app/src/main.ts",
"dev:docs": "cd lstDocs && npm start",
"dev:docs": "npm run translateDocs && cd lstDocs && npm start",
"dev:front": "cd frontend && npm run dev",
"dev": "npm run dev:app",
"copy:docs": "node scripts/lstDocCopy.mjs",
@@ -26,7 +26,8 @@
"commit": "cz",
"deploy": "standard-version --conventional-commits && npm run build",
"db:migrate": "npx drizzle-kit push --config=drizzle-dev.config.ts",
"db:generate": "npx drizzle-kit generate --config=drizzle-dev.config.ts"
"db:generate": "npx drizzle-kit generate --config=drizzle-dev.config.ts",
"translateDocs": "cd scripts && node translateScript.js"
},
"repository": {
"type": "git",